试了几个办法,终于成功了。也不知道哪个有用。先记录一下:
增加include
参考《Eclipse/NSight解决办法:unsolved inclusion stdio.h/map/string/queue/list》
方法1
先选中项目名,在选择菜单:Project > Properties > C/C++ General > Preprocessor Includes… > Providers
并将 “CDT GCC Built-in Compiler Settings”打钩,再点击apply按钮即可解决。
方法2
Window > Preferences > C/C++ > Indexer
把其中增加索引的都选上。
然后通过Project->C/C++ Indexer折腾一番。