【发布时间】:2017-03-28 21:27:40
【问题描述】:
我知道这个问题之前已经在这里讨论过。但是在我按照建议通过 Visual Studio 添加路径后,我仍然卡住了:
在 VS 中,我有: 其他包含目录:C:\local\boost_1_58_0 附加库目录:C:\local\boost_1_58_0\libs
当我在 VS 中构建 QuantLib 时,我可以看到 C:\local\boost_1_58_0 在包含的路径中。我还可以在 C:\local\boost_1_58_0\boost 和 C:\local\boost_1_58_0\boost\test 中看到有效的 config.hpp 文件和 unit_test.hpp。尽管如此,我仍然收到 C1083 错误。
已经卡了 2 天以上,我很困惑如何解决这个问题。有什么建议吗?
非常感谢!
【问题讨论】:
-
您使用的是什么版本的 Visual Studio?
-
2013 专业版。
标签: boost installation quantlib