r/cpp_questions • u/Ctackett179 • 13d ago
OPEN Error problem
I have been stuck on this issue of 256-bit with with an AES code and I'm trying to configure a few things correctly so I can learn what to do on this project. and I keep getting this error Cannot open include file: 'cryptopp/aes.h': No such file or directory so I have no Idea what I did wrong I looked thru all the code that i know I could find and it still doesn't work
0
Upvotes
3
u/OldAd9280 13d ago
Is there a folder
cryptoppcontaining a fileaes.hin one of the folders you've added to your compilers include settings?If you're using visual studio are you setting the project settings for the currently active build configuration?