VCProject::IncludeHeaderFile Method (String^, String^)
Visual Studio 2015
Adds a #include HeaderFile directive to a pre-compiled header file, or to a specified file.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Parameters
- HeaderFile
-
Type:
System::String^
File name of the header file that is to be included in an existing header, or in a header file created with the FileName as the file name.
- FileName
-
Type:
System::String^
The file name of a file to which to add the #include directive, if the project does not include a pre-compiled header file.
Show: