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.
Tool/software: Code Composer Studio
Since updating to CCS 8.3 the code highlighting shows as if __cplusplus is defined in our C only projects. This also causes problems with some C/C++ searches, call hierarchy etc. as it appears as if some type definitions are missing. During the build __cplusplus is not defined and the project builds without any problems.
As a first step of troubleshooting, please take a look at this indexer section of the Project and Build guide. It describes some situations where odd behaviors may occur, such as errors reported in the editor margin even when there are no project build errors.
If that does not help explain/address the issue, please provide screenshots, more details and/or a simple test project that demonstrates the issue. Thanks.
I don't believe anything changed specifically relating to this feature between 8.2 and 8.3, and we did not pick up a new version of Eclipse either.
Have you tried importing your projects into a new workspace to check if the issue occurs in a clean workspace as well?