I'm trying to get boost::filesystem to compile. The system sees the filesystem.hpp file but it can't link and gives the error message
LINK : fatal error LNK1104: cannot open file 'libboost_filesystem-vc110-mt-gd-1_55.lib'
I tried building the boost libs with the 1_55 version I'm using but it built the vc120 version and not the vc110 version. This is strange because I'm using the same 1_55_0 source for the #include files and the b2 build so I'm not clear why it's looking for vc110 in the #include and building vc120. I've tried including the .lib file in the VC12 Project settings in Addt'l Dependencies and Addt'l Includes sections but it doesn't make a difference. Same error. I'm using VC2012.
What else can I try?