My APP uses opencv framework and works without error. But after I add Facebook sdk, a compile problem occurs. In appname-Prefix.pch,
#ifdef __cplusplus
#import <opencv2/opencv.hpp>
#endif
Xcode marks the line #import <opencv2/opencv.hpp>
and shows not found
How to solve this problem?