I have inherited a project based on a makefile.
I can build the project OK, but the parser doesn't resolve all header files, in all source files.
I assume this is because CCS has now no knowledge of the include files paths, as the project is makefile based.
Do I need to define all the include paths in the project properties of CCS to resolve this issue
(this way changing the make file may require changes in the project properties)
or is there a short cut to make the parser aware of all the include paths of such project?
I have noticed this impacts the debug mode: some source files doesn't recognize break points