This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Code Composer Studio V3.3



Hi,

I added new source file to my project. I have compiler option for include path search pointing to the correct path. This address has my header file.

After Rebuild All, I can see header file in Include but it is not found by the compiler as I can not open it.

Please let me know what could be the problem.

Thanks,

Nilesh

  • Nilesh said:

    I added new source file to my project. I have compiler option for include path search pointing to the correct path. This address has my header file.

    After Rebuild All, I can see header file in Include but it is not found by the compiler as I can not open it.

    Please let me know what could be the problem.

    It may be that one source file can see the header but another file cannnot.  This is due to the relative path with respect to each file.  Check that with respect to the location of the new file that the search path will lead it to the header file.

    -Lori