`
7090
  • 浏览: 273793 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

vs2010更改Additional Include Directories

 
阅读更多
directory

    The directory to be added to the list of directories searched for include files.

Remarks

To add more than one directory, use this option more than once. Directories are searched only until the specified include file is found.

You can use this option with the Ignore Standard Include Paths (/X (Ignore Standard Include Paths)) option.

The compiler searches for directories in the following order:

    Directories containing the source file.

    Directories specified with the /I option, in the order that CL encounters them.

    Directories specified in the INCLUDE environment variable.

To set this compiler option in the Visual Studio development environment

    Open the project's Property Pages dialog box. For details, see How to: Open Project Property Pages.

    Click the C/C++ folder.

    Click the General property page.

    Modify the Additional Include Directories property.


原文:http://msdn.microsoft.com/en-us/library/73f9s62w.aspx

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics