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 12.4 - makefile project, indexer is not picking up enum symbols

I have a makefile based project that was generated using CMake for C28. I imported it into CCS 12.4 as an existing project and setup the preprocessor include paths.

The indexer is not recognizing enum symbols from .h files. From the parser log file, I see the indexer visited the .h files and the parser picked up the #define macros, but not the enum definitions. 

For example:

I've tried enabling everything in the "indexer" properties. Any other suggestions?

Regards

Lori