How to get the actual base classes of a class in Visual C++ Code Model ?

Mahdin Masnud 0 Reputation points
2024-01-06T02:19:00.9+00:00

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++
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.