pchOption Enumeration
Visual Studio 2015
Used by the UsePrecompiledHeader property.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| Member name | Description | |
|---|---|---|
| pchCreateUsingSpecific | Instructs the compiler to create a precompiled header (.pch) file. | |
| pchNone | Instructs the compiler not to create a precompiled header (.pch) file. | |
| pchUseUsingSpecific | Instructs the compiler to use a precompiled header (.pch) file. |
Show: