Hello, Classic Class View is not working in my Visual Studio 2013/VAssist C++ project. Since i turned off the default VS Intellisense (as suggested by VAssist documentation), i suspect it is for this reason class view doesn't work? If so then is there an equivalent VAssist function that can show me for a given class which are all of its descendants (derived classes)? Thank you.
The class view is an IDE feature, and it relies on the IDE's intellisense parser.
The main reason we would suggest you disable the IDE intellisense parser is speed, if you find running both parsers to be really slowing down your IDE, then this can make sense. Otherwise you can leave the IDE parser enabled, and set VA to use its own intellisense database for listbox content.
You can get some of the same information by running Find References on the class you are interested in, and making sure that you have the toolbar button "Display inherited and overridden references" turned On.