Visual Studio plugin to find out which files are included implicitly

A specific header file may only be included "Foo.h", but Foo.hincludes other headers that implicitly include many other headers. I would like to know all the headers that include a particular file.

In case anyone wonders why the plugin for Visual Studio; simply because inclusion directories are configured in the project. If the external tool does the job and allows me to specify the places where it can search for header files, this will also be done.

+3
source share
2 answers

, , , showIncludes , . .

+1

Boost.Wave. . list_includes, .

0