怎么在vc++目录包含文件中添加目录

2025-04-02 11:14:39
推荐回答(2个)
回答1:

增加一个目录:
C:\Boost\include\boost-1_43\;到默认头Include 路径,则可以修改文件如下:



$(ExecutablePath)
C:\Boost\include\boost-1_43\;$(IncludePath)
$(ReferencePath)
$(LibraryPath)
$(SourcePath)
$(ExcludePath)


转载,仅供参考。

回答2:

增加一个目录:
C:\Boost\include\boost-1_43\;到默认头Include
路径,则可以修改文件如下:
?xml
version="1.0"
encoding="utf-8"?
$(ExecutablePath)
C:\Boost\include\boost-1_43\;$(IncludePath)
$(ReferencePath)
$(LibraryPath)
$(SourcePath)
$(ExcludePath)
转载,仅供参考。