Topic: cannot open include file ctype.h: no such file or directory

I am assuming this error is something that I don't have setup correctly in my environment and not necessarily with wolfssl. I am trying to run the tutorial here: https://www.wolfssl.com/docs/visual-studio/ using Community Visual Studio 2017 on a VM for Windows 10.

I get this error when I right click on server and then do debug-> start new instance.

Any help with this issue is greatly appreciated - thank you!

Share

Re: cannot open include file ctype.h: no such file or directory

Hi niemilkm,

We are actually in the process of updating that VS guide. Could you try following the guide but where it says to use "wolfssl.sln" could you instead try using the "wolfssl64.sln" and see if you experience the same issues?

Warm Regards,

K

Re: cannot open include file ctype.h: no such file or directory

I got the same error. If I go to Retarget Projects should I be targeting 8.1 or 10.0.17763.0? I saw a couple stack overflow articles that said to use 8.1 if I was getting this error but every time I tried to retarget it would push me back to 10.0.17763.0.

Any other recommendations?

Thank you for the quick reply!

Share

Re: cannot open include file ctype.h: no such file or directory

Hi @niemilkm,

You should be using whichever SDK version you have installed.

-K

Re: cannot open include file ctype.h: no such file or directory

Hi @niemilkm,

I see some similar problems when searching for this issue:
https://stackoverflow.com/questions/422 … -directory

Thanks,
Eric
wolfSSL Support