Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 vcpkg 安装的库创建的 github 存储库。现在,当我切换到安装了所有库的 vcpkg 的另一台机器时,它找不到包含目录。
当我在 Visual Studio 中创建一个新项目时,一切正常并且所有包含都在工作,但是如果我克隆 github 存储库,它就不能包含任何库。
如果可能的话,我希望能够将 vcpkg 安装的库与克隆项目一起使用。
在与 vcpkg 战斗 2 天后,尝试导出 NuGet 包并编辑 .vcxproj 文件,结果发现我已经安装了 x86 版本的库,我只需要在 Visual Studio 中更改为 x86 ...