Home > Uncategorized > Visual C++ Compiler Options: /showIncludes (List Include Files)

Visual C++ Compiler Options: /showIncludes (List Include Files)

September 17th, 2009 Leave a comment Go to comments

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
  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.