pchheader

The pchheader function sets the main header file for precompiled header support.

pchheader "file"

If no header file is set, the toolset default settings will be used.

Applies To

Projects only.

Parameters

file is the name of the header file, as it is specified in your source file #include statements.

See Also

pchsource

Examples

pchheader "afxwin.h"
pchsource "afxwin.cpp"