Hi everyone,
I'm working on a C++ project and I keep running into a problem. Every time I start coding, I find myself needing an external library to include, such as
#include <curl/curl.h> etc...
I will figure out how to sorta, but adding it in include directory but then there ends up being a new header not being found and its a endless cycle
please help me understand how to properly get headers or .libs recognized
Thanks in advance!