So I have begun using XCode as my default C++ writer. I have been trying to link IT++ and Newmat libraries to do vector and matrices computations using C++. Sadly, I can't get XCode to link up when i compile....
#include <itpp/itbase.h>
I have put the folder inside the project folder, but somehow it can't recognize the path. Could someone please please pretty please give me some suggestions?

#include <itpp/itbase.h>
I have put the folder inside the project folder, but somehow it can't recognize the path. Could someone please please pretty please give me some suggestions?