Hi Cathy,
As I´ve just joined the community today, more than two years later than the time of your post, I wonder are you still out there ?
Anyway, the debugger is telling you that the [], which should be referring to a vector, cannot solve it for (*this), or in other words, (*this) is not a vector (or it thinks it isn´t).
Somehow the compiler does not agree, as I assume you have successfully compiled it.
What is exactly "this" ? Can you send me its declaration and its base class declaration, so I may reproduce the behaviour here ?
I never had any sort of problem displaying my object pointers and referrred contents, such as this, this->x, this->y... So I suppose the issue is specific to your classes.
Regards,
RLevy