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.

Including Source Folder Issue

Hi,

I am using Code Composer Studio v5.4 and having an issue including a source folder inside the project folder. My CCS is a completely new install after having some issue with C2000 setup, with CCS v5.3 I have included sources file previously without issue.  A few people in the class are having the same issue, so ruling out my installation.

The error is #5 could not open source file "  ", and the image below shows the file structure and include.  I have commented out the ExtFunc include but this has the same issue.

My procedure for setting up the source folder are as follows:

1) Right click on the project folder, then select New/Source Folder

2) Then I first tried to copy and past the i2c.h and i2c.c files (have also tried to right click then select New/Source File and Header file.

3) Add the #include as per the main.c

This appeared to work until I built the project, and then the error appears.  I have also tried to place the sources files in the same folder as main and include these, but this also causes the same error to appear.

Best regards,

Ant