I writed project which uses <boost/thread/locks.hpp>, i added include directory to Additional Include directories, and lib folder to linker. But when i try to build solution, error:
Error 1 error LNK1104: cannot open file 'libboost_thread-vc100-mt-sgd-1_50.lib'
I searched this file in lib directory, but no file with this name in lib directory. I found file with similar name libboost_thread-vc100-mt-gd-1_50.
What i'm doing wrong?