现在需要在iphone项目里面引入几个C++文件,代码没有什么问题,但是C++的里有好几个头文件报找不到的错误,怎么解决啊??是不是哪里要配置一下比如:
头文件:abc.h
#include <string>                                
#include <fstream>报错:
'string' file not found
'fstream' file not found