This is a pretty utility designed for all the VC++ programmers. I have
written this utility when I was working on a re-engineering project. At that
time, I had some 100s of classes for which I don't know the relations. So, this
utility. This utility analyses a project file (.dsp file) and displays the
relation between classes in a Tree View, so that you can know which class has
been derived from which class within no time. Zip file size 33KB.
This release is having a splitter window to have a clear view of all the classes
and the class information. I managed to write a splitter window control using Win32
and used here.
Preview

Updations:
Version 2.0 contains the following features:
1. Improved identification of classes and their parent classes and child classes
2. Actions -> Export facility to export the class hierarchy to Text/XML formats
3. Automatically sorting based on the class names to locate the class easily
Download Class View Now