I'm trying to add Dlib to my Xcode project because I want to use facial landmark detection from the Dlib library. I'm completely new to this so I've followed the following article word for word in order to user Dlib- http://prabhu.xyz/2017/05/29/getting-started-with-dlib-on-ios.html
Everything seemed to be going fine but when I try to #include any .h files such as #include it is telling me the file is not found.
My folder is called DlibTester and is set up as seen in the image below. The Dlib library is in the lib folder.
Can someone please help me and suggest where I may be going wrong? Thanks in advance!