I m trying write a little program for a microcontroller using microC, and I m getting this message
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?
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.