3,977 questions
How to get the actual base classes of a class in Visual C++ Code Model ?
Mahdin Masnud
0
Reputation points
VCCodeBase.Class does not work when I use an alias as the base class, how can I get the actual base class from this alias, if I search for this alias in the whole project, there might be more than one match, how can I get the class that the base class declaration is referring to ?
Developer technologies | C++
Sign in to answer