Hello,
One of the source files in m project contains #include "myHeader.h", which lies in the same directory as the source file.
Building the project drop an "could not open source file "muHeader.h" " error.
Does the Eclipse compiler for CCSv4 automatically contain the current directory of specific source file for its "#include"s or do I have to add to the build options a sign or symbol to allow searching headers in current directories?
Anatoly.