gpt4 book ai didi

boost - 如何将 boost 库 1_65 或 1_64 添加到 Visual Studio 2017 项目?

转载 作者:行者123 更新时间:2023-12-04 04:09:45 25 4
gpt4 key购买 nike

我正在尝试将 boost 1_64(boost 1_65 也可以工作)添加到我的 Visual Studio 2017 项目中,其中包括 boost/array.hpp 和 boost/asio.hpp 并使用了各种相同的方法。

我使用了以下方法https://studiofreya.com/2017/04/23/building-boost-1-64-with-visual-studio-2017/但我收到错误:无法打开源文件“boost/array.hpp”,也无法打开源文件“boost/asio.hpp”以及有关 boost 方法的其他错误。

最佳答案

该错误意味着您尚未添加 boostVC++ Directories .
添加它们:

  • 打开 Property Manager来自 View -> Other Windows菜单。
  • 单击项目并向下导航至 Microsoft.Cpp.x64.user .
  • 右键单击并选择 Properties .
  • 开通 Common Properties并选择 VC++ Directories
  • 添加安装目录boostInclude Directories
  • 添加你构建的目录boost图书馆到 Library Directories

  • 另见 Boost Getting Started on Windows万一你卡在别处。

    关于boost - 如何将 boost 库 1_65 或 1_64 添加到 Visual Studio 2017 项目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45974108/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com