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.
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at SetNoPchSettings.
Sets up a project configuration properties when no precompiled header is used.
Syntax
function SetNoPchSettings(
oProj
);
Parameters
oProj
The selected project.
Remarks
Call this function to configure the project when the project uses no precompiled header settings.
Example
See SetCommonPchSettings.
See Also
Customizing C++ Wizards with Common JScript Functions
JScript Functions for C++ Wizards
Creating a Custom Wizard
Designing a Wizard
SetCommonPchSettings
AddCommonConfig