Comment

Hi..I am trying to compile test.cpp on my Windows machine but keep getting the same error:

In file included from soapStub.h:12:0,

                 from soapH.h:10,

                 from soapVimBindingProxy.h:10,

                 from test.cpp:1:

stdsoap2.h:730:26: fatal error: openssl/bio.h: No such file or directory

compilation terminated.

I have installed openssl and set the environment variable for it.

I even tried keeping openssl/bio.h and other files in the same directory and still it won't resolve.

Any help please!!!