Eclipse CDT编写C/C++代码,代码提示如果有 Eclipse CDT: Type 'std::string' could not be resolved 或者类似问题,而感觉头文件和目录都引用好了,可以在Project上 -> 右键Indexer -> Search unresolved Includes,看看还有什么头文件没有被正常识别。一般解决里这里面的提醒,错误就没有了。
Eclipse CDT: Type 'std::string' could not be resolved
最新推荐文章于 2023-08-31 12:56:33 发布
本文介绍了解决Eclipse CDT中出现的代码提示问题'std::string' could not be resolved的方法。通过检查未解析的包含指令,通常可以消除这类错误。
1万+

被折叠的 条评论
为什么被折叠?



