Thanks! Here's the build log
-------------- Build: Debug in TestProject (compiler: GNU GCC Compiler)---------------
g++ -Wall -fexceptions -g -I/usr/include/curl -I/usr/include -c /home/user/CppProjects/TestProject/main.cpp -o obj/Debug/main.o
/home/user/CppProjects/TestProject/main.cpp: In function ‘int main()’:
/home/user/CppProjects/TestProject/main.cpp:7:5: error: ‘Curl’ was not declared in this scope
Curl *curl;
^
/home/user/CppProjects/TestProject/main.cpp:7:11: error: ‘curl’ was not declared in this scope
Curl *curl;
^
Process terminated with status 1 (0 minute(s), 0 second(s))
2 error(s), 0 warning(s) (0 minute(s), 0 second(s))