Error in console when trying to access header file, but am able to find it in file search

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error in console when trying to access header file, but am able to find it in file search

232 Views
ikuzmych
Contributor II

I am receiving this error when trying to include a header file in my workspace called evp.h (from openSSL). When I Ctr+right click on the include statement with the header file, it takes me to it, but I still get this error:

 

/wrappers/com_wrap.c:18:10: fatal error: evp.h: No such file or directory
18 | #include <openssl/evp.h>

It seems as though in general it can find it, but I still get the error when I try to debug and run my project.

Any tips on how to fix this? Thanks

0 Kudos
0 Replies