我正在制作一个C++项目(对C++来说很新),它需要所谓的"boost"库.我以为我可以用一个金块添加它来让我的生活更轻松......(#include <boost\date_time.hpp>补充)但现在我收到了这个错误
#include <boost\date_time.hpp>
错误LNK1104无法打开文件'libboost_date_time-vc141-mt-gd-1_65_1.lib'
问题是什么?
c++ boost nuget nuget-package visual-studio-2015
boost ×1
c++ ×1
nuget ×1
nuget-package ×1
visual-studio-2015 ×1