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.

CCS/TM4C1294NCPDT: CCS indexer interpreting C++ as C

Part Number: TM4C1294NCPDT

Tool/software: Code Composer Studio

I'm having trouble with CCS's (version 8.2.0) syntax highlighting feature: when adding a class to a C/C++ project, classes do not behave as expected: autocompletion of class members and method doesn't work, the class' name is not highlighed as a type, and F3 cannot find the declaration. If I substitute class by struct in the class declaration, F3 works but nothing else.

It seems that my header files are being indexed as C files and not as C++ files, since everything C works. However, when importing an example project, classes are indexed as expected. Is there something I forgot to configure? Where do I set up whether the indexer will read header files as C or C++?