如何将boost库添加到Visual Studio 2015中?

时间:2016-02-04 18:26:24

标签: c++ visual-studio boost visual-studio-2015

我的问题:

我可以采取哪些步骤来正确安装boost库,以便它可以在Visual Studio 2015中使用?

我做了什么:

我已经下载了该库,解压缩了它,并完成了以下操作:

  

运行Visual Studio的'vsvars32',运行Boost的'boostrap',然后运行   提升'b2'。

Here是一个Q& A论坛,其中包含我所遵循的路线。

结果:

以上什么都没做。当我尝试使用boost库时,我遇到了同样的错误。

我不理解的可能解决方案:

Here是我不明白的说明链接。可能是因为他们可能没有解释占位符。

我已经在这个主题上做了很多谷歌搜索,但我似乎无法理解这些方向。

标题代码: 这些是我用来尝试并包含库的语句:

#include <iostream>
#include "boost/filesystem.hpp"

using namespace std;
using namespace boost::filesystem;

错误代码: 这些是我尝试使用boost库时出现的错误:

Cannot open include file: 'boost/filesystem.hpp': No such file or directory
identifier "is_directory" is undefined
namespace "std" has no member "vector"
identifier "directory_iterator" is undefined
identifier "path" is undefined  Get File Paths Test
name followed by '::' must be a class or namespace name
cannot open source file "boost/filesystem.hpp"

0 个答案:

没有答案