This is pretty strange.
I have a class in Classes folder of my project (a .h file and a .m file).
When I try to import it like so
#import <myClass.h>
I get an error saying "no such file or directory".
It is definitely there. What could be going on?