I have done the following:
- Added the path to my include folder under Paths and Symbols->includes tab
- The header file now appear in my project folder under includes
- The #include files no longer give errors as the project can see the .h files that it needs
After build I get the following error:
fatal error: services.h: No such file or directory
make:*[filename]Error 1
My .c source file now complains that it cant see the include file. How do I fix this?