The Wayback Machine - https://web.archive.org/web/20120121054936/http://www.codeguru.com:80/cpp/v-s/devstudio_macros/browserwindows/

    Browser Windows

    Be Sweet, a Set of Visual Source Code Browsers

    Although Visual Studio provides a visual class browser, it's absolutely unusable because it's only updated on a compiler run, doesn't show inheritance, and last but not least, shows all classes of the project in a single tree. Learn how to create five different styles of browsers: Outline, Hierarchy, Type, Method, and a Workspace/File Browser. (The article and source code were updated.)