Visual Studio 2017 C++ with Windows 10 linux subsystem problem

  • Thread starter Thread starter Maciej Obłaza
  • Start date Start date
M

Maciej Obłaza

Guest
Hello! I try compile c++ linux program using linux subsystem on windows 10 with openssl library, but qwhen i try compile i get error:

Error (active) E1696 cannot open source file "openssl/aes.h"

I have installed openssl library in default directory, include path is /usr/include/openssl. Il try add -I switch but still have this error. How can Il fix this ? Thank You for answer.

Continue reading...
 
Back
Top