Can't open include file in microC

1.8k Views Asked by At

I m trying write a little program for a microcontroller using microC, and I m getting this messageScreenshot from my microC

Since I m just a beginner I m confused about what is causing this problem, in my program I have one include line #include, I commented the same error remains, and its the only include in that program. any help?

1

There are 1 best solutions below

2
On

Check the settings for compiler include paths. The path to that file needs to be in there, otherwise the compiler cannot find your #include file, and you get that error.