
C:\Boost\include\boost-1_43\到默认头Include 路径,则可以修改文件如下:
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ExecutablePath>$(ExecutablePath)</ExecutablePath>
<IncludePath>C:\Boost\include\boost-1_43\$(IncludePath)</IncludePath>
<ReferencePath>$(ReferencePath)</ReferencePath>
<LibraryPath>$(LibraryPath)</LibraryPath>
<SourcePath>$(SourcePath)</SourcePath>
<ExcludePath>$(ExcludePath)</ExcludePath>
</PropertyGroup>
</Project>
转载,仅供参考。
找到vs菜单的“工具”,看到下方的“选项”,单击d出对话框
在左边的列表中,展开“项目和解决方案”
选中其子项:vc++目录
看右边第二个组合框,你看一下其内容,分别选中如上描述的几个选项(可执行文件、包含文件、库文件),对应的在下方有个划勾的图标的右方的图标单击,然后对应添加以上目录即可。
还有疑问,可以qq解决,qq已私信发送。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)