Eclipse不能包含boost / test / unit_test.hpp,尽管它在include路径中?

时间:2017-08-07 12:04:08

标签: c++ eclipse boost

在我有的源文件中

#include <boost/test/unit_test.hpp>

在我所拥有的项目的包含中

/usr/local/Cellar/boost/1.55.0/include

我已经验证了

/usr/local/Cellar/boost/1.55.0/include/boost/test/unit_test.hpp

存在,但尽管如此,我仍然收到错误

fatal error: 'boost/test/unit_test.hpp' file not found

有没有人对如何解决这个问题有任何想法?

1 个答案:

答案 0 :(得分:0)

要解决此问题,我将boost更新为1.64.0并删除了包含boost的所有引用。