I have enjoyed the power of NDepend ( http://www.ndepend.com/ ) when writing C#, but in my C++ projects I have not found a comparable tool.
I use Visual Studio 2005, which has a class-view that covers some bases, but it is not powerful enough and doesn't work across project boundaries. I use Visual Assist X, which has some powerful refactoring tools, but it doesn't provide any sort of introspection facilities for code analysis. I understand that Visual Studio macros may be able to access the code tree, so perhaps a tool could be constructed from them, but this is really not something that sounds like what I want.
Any good tools that come close to NDepend for native C++ code?