2017-08-07 65 views
0

在源文件中我有Eclipse不能包含boost/test/unit_test.hpp,儘管它在包含路徑中?

#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

有沒有人對如何解決這個任何想法?

+0

包括路徑看起來很奇怪。無論如何,請顯示您的項目包含的樣子。 – VTT

+0

@VTT包含路徑是通過'brew'安裝boost。 –

回答

0

要解決此問題,我更新了升壓到1.64.0,並刪除了所有引用以包含boost。