I want to use cryptopp.lib in my sln. In C/C++ -> General -> Additional Include Directories I add path to dir crypto "...\crypto 850" In VC++ Directories -> Library Directories I add path to cryptopp.lib "...\cryptoop 850\x64\DLL_Output\Debug" In Linker -> Input -> Additional dependencies I add cryptopp.lib But I still get errors:enter image description here
How can I fix them, what should I do?