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.

Watch Window Symbols Resolving Incorrectly

I am using CC Studio 3.3. I have several static (non-constant) class variables that are resolving incorrectly.  These static variables are object pointers for singleton classes.  When added to the watch window in CCS, the symbol is found.  However, when I click on the + next to the variable in the watch window to look at the member variables, the member variables are not the variables that belong to that class.  In fact, they are member variables of another class in my code.  Very strange, but it seems that somehow, CCS is resolving the symbol as a different type. 
I do have other static pointers that are resolving correctly. 
Any ideas?
Thanks
--Josh