我几乎完全安装了Boost,但是我在如何在Tools-> options-> projects-> VC++ Directories中设置我的Boost路径时遇到了问题.
我已经写了包含文件和库的路径(我的文件夹包含两个子文件夹,lib并且include),但是当我尝试使用Boost时
#include boost/regex.hpp,我得到了这个链接错误:
LINK : fatal error LNK1104: cannot open file 'libboost_regex-vc90-mt-gd-1_36.lib
Run Code Online (Sandbox Code Playgroud)
你能告诉我如何为Visual Studio 2008正确安装Boost吗?