Eclipse Method could not be resolved in a simple program C++

后端 未结 4 1619
别跟我提以往
别跟我提以往 2020-12-19 06:43

I have an issue with Eclipse Indigo complaining that methods of a class couldn\'t be resolved, but compiling anyway and working correctly (AFAIK). It\'s a very simple progr

4条回答
  •  粉色の甜心
    2020-12-19 07:23

    Try this:

    In your project explorer window, right click on your project -> Index -> Rebuild

提交回复
热议问题