找不到boost/noncopyable.hpp问题

        本人在vs2013使用boost库的时候,提示找不到boost/noncopyable.hpp文件,在百度和贴吧上找了很多资料,安装没出问题,只是在包含include的路径是为D:/boost_1_56_0/boost(本人将boost库直接放在D盘),这里就因为包含了其下级目录boost,导致一直编译不过。

        但是,将目录包含路径改为D:/boost_1_56_0,又出现另一个错误:无法打开文件“libboost_system-vc120-mt-s-1_56.lib” 。这个一看就知道是少了库,头一个想到的是到boost_1_56_0文件中搜索这个库,发现并没有找到,于是就上百度查,网上自有解决办法。

        解决办法:

    接着问题又来了,又报以下错误:'std::_Fill_n': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'    D:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility    2715     解决方法: