Adding Source Folder - Changes to Static Library and creates VFP error
I use Git to manage my project. I set up my custom libraries as a subtree.
Moment i pull in my subtree, git adds the files into the root directory of the project.
I use the method mentioned in the FAQ to add my folder ( File->New->Source Folder ) which worked perfectly well earlier.
I tried checking and unchecking the “exclude from build” option in folder properties as mentioned, but that didnt help.
However, I deleted the files and added them again as given by you above, but the folder did not get added to the include path. I simply added the path in Project->Properties->C/C++ Build->Settings->Tool Settings-> MCU GCC Compiler->Includes.
That did the trick and now my files are compiling properly. I dont know why it was giving an error earlier.
Thank you for helping out, this method is working now. Do you also have to manually add the include path in properties like i have to do?