Open
Description
There seems to be a race condition when doing a build of the project. Steps to reproduce:
- File -> New -> C/C++ Project -> CMake
- Enter project name and press Finish
You end up with (sort of as expected because there is no compile_command.json yet) errors in the editor:
Doing an initial build of the project leads to improvement, but the indexer isn't being triggered (as you can see from the unresolved includes):
Doing a re-resolve unresolved includes solves the problem:
The above screenshots captured with Eclipse C/C++ EPP for 2023-03 on Linux.
Metadata
Metadata
Assignees
Labels
No labels