I`ve almost completely install Boost but I have a problem which is how to set path to Boost in Tools->options->projects->VC++ Directories.
I`ve written the path to include files and libraries (my folder contains of two subfolders which is 'lib' and 'include'), but when I try to use Boost
include boost/regex.hpp>
I got this linking error:
1>LINK : fatal error LNK1104: cannot open file 'libboost_regex-vc90-mt-gd-1_36.lib'
Could you please tell me how to install Boost correctly for the Visual Studio 2008? I`d be wery thankful for that:)