Eclipse cannot find header file inside include folder

asked 2021-12-20 20:18:08 -0500

jasaj gravatar image

I had my Eclipse IDE setup so I could directly edit the package files in the catkin/src folder and build them in Eclipse (as opposed to importing them from the build folder). I had done this by linking the eclipse workspace project folder to the catkin src folder and specifying in the project C++ build settings that the include folders are ros include and the devel include folders. Everything was working just fine until I updated by OS, and now, Eclipse says it cannot find the header file which is in the include folder inside the package. I can catkin build the packages just fine. So, this is an Eclipse error. Can someone advise how I can fix this? Thank you.

edit retag flag offensive close merge delete

Comments

Hi @jasaj I suggest to search for an answer with the Eclipse community: https://www.eclipse.org/forums/

osilva gravatar image osilva  ( 2021-12-21 06:38:27 -0500 )edit

Hi osilva, I have posted it in an Eclipse forum also but no solution yet. I was hoping someone using Eclipse to edit ROS packages might have experience regarding this issue and might be able to offer advice.

jasaj gravatar image jasaj  ( 2021-12-21 14:57:09 -0500 )edit

Fair enough. Hopefully someone will help you soon

osilva gravatar image osilva  ( 2021-12-21 15:12:46 -0500 )edit