Share via


/X - Ignore Standard Include Directory

This option prevents the compiler from searching the standard directories for include files. When the compiler encounters the /X option, it does not search the current directory or any directories specified in the INCLUDE environment variable.

You can use this option with the /I option to define the location of include files that have the same names as include files found in the excluded directories.

See Also

About Microprocessor Compilers | ARM Guide | Hitachi Guide | MIPS Guide | /I - Search Directory for Include Files

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.