I'm using MSVS and am trying to install some libraries following the instructions in this post: https://stackoverflow.com/a/20339327/8619332
However, although it's all success I got this error: Cannot open include file: 'openssl/opensslconf.h'
I didn't really understand what the instructions meant by:
"Make sure the include directory and lib directory are specified under the Visual C++ directories in project properties."
Well, I added all the lib and include directories in the project folder in project properties -> VC++ -> include/lib.
Upon searching about this error, I came across on many different answers. Such as:
"For anyone who comes across this bug, it is fixed by going to project->build options, select your sketch (not the debug or release, select "search directories" and add "......\openssl\include"."
However there isn't really a "build options" option, so I wasn't able to do much.
I also tried installing OpenSSL-Win32. Am I doing something wrong? How do I fix this?
Edit: The whole mistake is:
c:\users\alex\source\repos\project26\packages\openssl.1.0.1.21\build\native\include\openssl\e_os2.h(56): fatal error C1083: Cannot open include file: 'openssl/opensslconf.h': No such file or directory