VCResourceCompilerTool::IgnoreStandardIncludePath Property
Visual Studio 2015
Gets or sets a value indicating whether to ignore the standard include path.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Property Value
Type: System::Booleantrue if it is to ignore the standard include path; otherwise, false.
IgnoreStandardIncludePath exposes the functionality of the compiler's /X (Ignore Standard Include Paths) option, the MIDL compiler's MIDL Property Pages: General option, and the resource compiler's Resources Property Pages option.
Show: