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.

Files shown with diagonal lines across

Hi,

I'm using CCS v5.I copied and pasted my code and header file to folders under the project folder.Now the source and header files can be seen but with a diagonal line across them.What is the reason for this?.Is it because these files are not considered as part of the project?.If so how do I include them as part of the project?

Regards ,

Jose

  • Hi,

    This means that the file is not included in the build process, but I've seen this only with source files, not headers. To change this for the .c/.cpp files, right-click  on file -> Resource Configurations -> Exclude from Build and un check the boxes. I'm not sure why .h is showing up this was too.

    Regards

    J