i need to include libcurl in my unreal engine project, i need to use it in game, how i can do it? i have tried standard tutorial for include curl in visual studio, but not work. the compiler return error on other portion of code if i include curl with following code
#include <curl\curl.h>
I have tried also to change separator to / but nothing, i have read about thirdbart library but how i can add curl? other questione, look in Visual Studio project, curl.h is included in extetrnal reference for Engine project, but not in Game project.. how i can include?
EDIT
i have included the directory C:\Lib\curl\builds\libcurl-vc-x64-release-static-ipv6-sspi-winssl\include\ lib direcotry C:\curl\builds\libcurl-vc-x86-release-static-ipv6-sspi-winssl\lib\
when include curl show this error when i compile:
If i remove #include curl\curl.h from code it compile fine.