Tool/software: Code Composer Studio
Hello,
I started using Code Composer Studio (Version: 8.2.0.00007) and imported a project from git.
The indexer seem to be not working as when I click F3/Open Declaration nothing happens. I see on the bottom left "Selected text cannot be mapped to a symbol name".
I created a new project from scratch and added a new class where everything works fine. I've realized that the in the new C++ project it highlight words like class/public/constructor/destructor etc. And in the outline it shows the name of the class and the available methods.
But in my old C++ project it doesn't highlight any of these words and in the outline view it only shows the name of the header files.
How can I make CCS to treat my old cpp files like C++ files and hopefully make the index work?
Many thanks,
A