I installed boost, but I can't get filesystem going. I get this error:
LINK : fatal error LNK1104: cannot open file 'libboost_filesystem-vc100-mt-gd-1_51.lib'
I looked at the documentation and searched the net, and there was some mention of setting the Path environment variable. I did tick the box in the installer to do so automatically, though.
Anyway, I tried adding the \boost_1_51 directory with no luck. Then \boost_1_51\lib, and then the directory containing \boost_1_51. Still no cigar.
Then I read somewhere that I would have to build bjam and then the libraries. I don't believe that makes sense, since libboost_filesystem-vc100-mt-gd-1_51.lib is already built and located in the \boost_1_51\lib directory, along with the .lib and .dll files for all the other libraries. Besides, isn't the whole point of the installer not having to build boost yourself?
So where do I go from here? I am at a loss.