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.
我想在 Eclipse 中使用 Crypto++。我已经正确安装了它,但我不知道为什么它找不到路径。
using namespace CryptoPP; Symbol CryptoPP cannot be resolved
如果我使用#include“aes.h”,例如是一个未解决的包含。
我该如何解决这个问题?
您必须为您的项目设置包含路径。
假设您正在使用 CDT,请转到“项目->属性->C/C++ 构建->设置”,现在在您配置的编译器中选择“包含”并将路径添加到您的库中。使用“库”的链接器也必须这样做。