Visual C++ Compiler Options: /showIncludes (List Include Files)
Causes the compiler to output a list of the include files. Nested include files are also displayed (files that are included from the files that you include).
When an include file is encountered during compilation, a message is output, for example:
Note: including file: d:\MyDir\include\stdio.h