Click to See Complete Forum and Search --> : Smart Pointer Confusing VS .Net


Linda_Hartwig
July 30th, 2002, 12:38 PM
When using Visual Studio .Net C++ Class View for Classes that are subclassed (containes a smart pointer to access that class) does not take you to function Definition in the .cpp but to the Declaration in the .h file. Highlighting the function name and doing a right click to go to the Definition does not work either. Using the drop down list and selecting the function name also take you to the Function Declaration in the .h file and not the Definition in the .cpp file as it does with other classes. It appears that Visual Studio does not know how to find the function body for functions in this class.
This problem happens on every machine every time when using VS .Net C++