【发布时间】:2021-04-23 15:53:09
【问题描述】:
我在使用加密和解密工具,但我收到关于库的错误:
#include <gcrypt.h>
所有其他图书馆都没有错误,只有这个,当我偷看问题时,他给我看这个:
#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit.C/C++(1696)
cannot open source file "gpg-error.h" (dependency of "gcrypt.h")C/C++(1696)
他还向我展示了安装 VCPKG 之类的快速修复方法,我照做了,但没有任何效果。
【问题讨论】:
标签: c++ c include include-path vcpkg