我正在使用 Visual Studio 2008。我在 stdafx.h 中包含了一些包含(boost headers),但是现在编译器找不到它们(例如 lexical_cast not found)。我在 cpp 文件的顶部包含了 stdafx.h。那么我做错了什么?
提前致谢
编辑:: 我已经正确设置了包含路径,如果我直接在 cpp -file 中包含 boost 标头,一切正常。
我正在使用 Visual Studio 2008。我在 stdafx.h 中包含了一些包含(boost headers),但是现在编译器找不到它们(例如 lexical_cast not found)。我在 cpp 文件的顶部包含了 stdafx.h。那么我做错了什么?
提前致谢
编辑:: 我已经正确设置了包含路径,如果我直接在 cpp -file 中包含 boost 标头,一切正常。