C++ 找不到boost库

C++ 找不到boost库,c++,windows,boost,C++,Windows,Boost,正在尝试构建windows应用程序,但在使用boost时出现上述错误..我需要帮助来创建构建,但遇到此错误。。。 我已经安装了visual studio 2017和cmake 3.8.2以及boost版本1\u 64\u 0 经过多次尝试,我使用此链接 将我的findboost.make文件替换为 现在生成完成,但没有创建.exe文件 请帮助我了解构建过程以及完成构建所缺少的步骤或配置 下载boost并解压缩和配置 3.1 Rub bootstrap.ksh 3.2运行b2.exe地址模型=32

正在尝试构建windows应用程序,但在使用boost时出现上述错误..我需要帮助来创建构建,但遇到此错误。。。 我已经安装了visual studio 2017和cmake 3.8.2以及boost版本1\u 64\u 0

经过多次尝试,我使用此链接 将我的findboost.make文件替换为

现在生成完成,但没有创建.exe文件

请帮助我了解构建过程以及完成构建所缺少的步骤或配置

下载boost并解压缩和配置

3.1 Rub bootstrap.ksh

3.2运行b2.exe地址模型=32,64--生成类型=完成(大约需要2小时)

3.3阶段文件夹将在同一文件夹中更新

3.2设置以下变量


您的具体问题是什么?我通过安装boost库并强制它们根据您的系统配置生成输出来解决这个问题。
  boost_system
          boost_filesystem
          boost_thread
          boost_date_time
          boost_chrono
          boost_regex
          boost_serialization
          boost_program_options

  Some (but not all) of the required Boost libraries were found.  You may
  need to install these additional Boost libraries.  Alternatively, set
  BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
  to the location of Boost.
Call Stack (most recent call first):
  CMakeLists.txt:112 (find_package)
    BOOST_INCLUDEDIR D:\Softwares\boost_1_64_0      
    BOOST_LIBRARYDIR D:\Softwares\boost_1_64_0\stage\lib
    Boost_LIBRARIES D:\Softwares\boost_1_64_0\stage\lib