I'm trying to do a first build of Quantlib, but I'm getting the fatal error "LNK1104: cannot open file 'libboost_unit_test_framework-vc120-mt-gd-1_56.lib'". There's a reasonable amount of discussion on this in the forum but nothing has helped me yet.
I'm using Visual Studio 2013 on a Win 8.1 box.
I built Boost by: b2 --build-dir="C:\Program Files\Boost\boost_1_56_0\boostBuild" --build-type=complete msvc stage . The demonstration Boost regex program works fine.
Then I opened the Quantlib_vc11 solution and added the Linker Additional Library Directories as described on the Quantlib installation page. But the build fails with the error message above.
I'm new to C++ and to Visual Studio, and I'm sure it's my lack of understanding that is giving me this problem, but if someone can give me some pointers it would be great. Thanks