When I compile I receive errors and warnings that look like:
unresolved symbol XXXXXX
and
#225-D function declared implicitly
Which I would expect to see if I was missing a header file, however I have included a header file that defines these and added the directory to the include search path .
I thought that maybe the directory wasn't right since I used a variable in the search path field, so I put the full file path there instead: No dice.
Restarted CCS, Did a clean build, remade the project, started a new project, ran as administrator: nothing
So the weird thing is that there is no "question mark" next to the include file and I can also ctrl+click on them and it opens the correct file, so CCS is finding them but the compiler/linker isn't.
Any advice?