I use Qt creator in windows 7. When I use 32-bit VC 2010 complier to complie my project, error occurs: error: C1083: Cannot open include file: 'boost/asio.hpp': No such file or directory
.pro:
LIBS += -L"D:/MDT/boost_1_71_0/libs" -
llibboost_date_time-vc141-mt-x32-1_71 \
-
L"D:/MDT/boost_1_71_0/libs" -
llibboost_regex-vc141-mt-x32-1_71 \
main.cpp
#include <boost/asio.hpp>