If you have all of that and it's still giving you errors, just go specify the BOOST_LIBRARYDIR variable like any other cmake variable. I assume you can just do it in the gui, but you could also do it on the command line with like so:cmake -DBOOST_LIBRARYDIR:PATH=D:/tmp/boost_...