Tool/software: Code Composer Studio
I have a structure declared in a external file, which is included to the project via Properties -> CCS Build -> ARM Compiler -> Include Options pointing to a workspace variable.
For some reason, CCS fails to recognize new elements recently added to the structure. It compiles OK, but it does not format the entry with the usual blue code for structure elements, nor shows them on the selection pop-up windows after typing the dot. This is a view of the structure definition:
On the image above, the two new elements don't show up on the pop-up selection window. That's after clearing, rebuilding, restarting ccs, etc...
If I hold CONTROL and click on the structure type to see the definition, it asks me to select which "element from the list" I want, but both point to the same file:
How do i figure out where are these two paths being added? I did not purposely add a second path to the same location, as far as I can tell... How to get the editor/environment recognize the new structure?
Regards
Bruno

