Why am I seeing each class twice in my class view?
I decided to give class view a go in VS2012 for some debugging work, but
for some reason every class appears twice. Double-clicking on either one
takes me to the declaration of the class, and selecting any of its methods
takes me to their definitions. So why are they there twice?
Note: "Cartcoord" only appears once, and as it's a template class it only
has a header file. The other classes, which are appearing twice, are all
.h/.cpp sets.
No comments:
Post a Comment