Eclipse c++ Type could not be resolved error even though build is successful

前端 未结 5 2142
囚心锁ツ
囚心锁ツ 2020-12-13 19:08

I have mixed C++ / Java project in Eclipse. I\'ve setup a build.mk file and Eclipse builds project successfully when all files in editor are closed. When I open a .h or a .c

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-13 19:45

    Turns out I needed to change Code Analysis settings that are on Launching tab, and I simply did not see that tab.

    enter image description here

提交回复
热议问题