C++ IDE showing error for custom interfaces

The C++ IDE is still showing errors for including and using custom interfaces, even though the code builds and launches just fine.


Hi @z4ziad ,

Those are false-positive errors reported by the IDE’s internal error detection system.
You can ignore those errors.

The only errors you should be concerned about will be the build errors. These errors are displayed when you do colcon build ....

Please ignore the errors / warnings from the IDE.

Regards,
Girish

1 Like

Thanks, Girish. Yes, I started ignoring the errors in the IDE. However, relying on the IDE sanity checks helps speed up coding, don’t you think? :grinning: :grinning:
–ziad.

1 Like

Hi @z4ziad ,

Well… If the IDE has gone insane, how can you verify the sanity checks of the IDE? Haha :rofl:

Regards,
Girish

Reindexing the source code file might help. However, I don’t seem able to do it in the virtual machine setting for the course.

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.