I have a bunch of projects that reference eachother's dll's through the use of import statements. I'm looking for a dependency analyzer tool that will show me these dependencies.

So far, I've tried Lattix LDM, which shows me the dependencies between h files and c files within a single project but not the inter-project dll dependencies.

I've dried dll analyzer tools such as Dependency walker, and PE Explorer, but these only show references to system and windows dll's. It does not show the ones referenced by import statements.

Does anyone know of a good tool? Your help is greatly appreciated.