--create_pch=filename
filename
This option instructs the compiler to create a PreCompiled Header (PCH) file with the specified filename.
This option takes precedence over all other PCH options.
Where:
is the name of the PCH file to be created.
‑‑pch
‑‑pch_dir=dir
‑‑[no_]pch_messages
‑‑[no_]pch_verbose
‑‑use_pch=filename
#pragma hdrstop
#pragma no_pch
Precompiled header files in the Compiler User Guide.