I think an ultimate solution is to go to Build settings -> Search Path -> User Header Search Paths
, find your library path and go through it in a Finder. Make sure that all path exists including your import path.
For me my path was shorter than in a tutorial. In tutorial it was something like #import <SDK/path/to/sdk/File.h>
, but turns out it is just #import <SDK/File.h>