Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used by the UsePrecompiledHeader property.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Enumeration pchOption
public enum pchOption
public enum class pchOption
type pchOption
public enum pchOption
Members
Member name | Description | |
---|---|---|
pchNone | Instructs the compiler not to create a precompiled header (.pch) file. | |
pchCreateUsingSpecific | Instructs the compiler to create a precompiled header (.pch) file. | |
pchUseUsingSpecific | Instructs the compiler to use a precompiled header (.pch) file. |
See Also
Reference
Microsoft.VisualStudio.VCProjectEngine Namespace