Failed to find file with open source library (in VS2005), slash and backslash
I try to include an open开发者_StackOverflow社区source library for instance log4cpp but i am facing to an include problem. VS2005 cannot open files quoted like:
<log4cplus/config.hxx>
!
You have to add the parent directory of log4cplus
to the Additional Include Directories
property of your C++ project.
The documentation for the /I
compiler option explains how to do that.
精彩评论