Tool/software: Code Composer Studio
Running CCS 7.3 in Win 7 machine.
Trying to compile a project in which a struct has an element named pioStatus. This structure is declared in a file called "general_structures.h", which is included in the project's "main.h".
Compiler "insists" to give us a Semantic Error, saying that it could not resolve that field/element.
CTRL-Clicking the variable, and then the type definition clearly points to the header file which contains that structure, and the element is there.
Rebuilding, cleaning, index/rebuild, did not solve the problem.
Additional detail: There used to be an older "general_structures.h" file in which the pioStatus element did not exist. The older file is not in the context anymore, and the ctrl-clicking opens the correct new struct, but that might be somehow related to the problem.
Any suggestions? We're stuck on trying to compile the project...
Regards
Bruno