How to get rid off indexing errors with a combined C/C++ project?
Dear Community,
I have a general question. I wanted to use C++ classes in SPC5 Studio to get a cleaner project structure.
For this, I changed main.c to main.cpp and included the C headers using extern "C". I also enabled the C++ linker in the Platform Component RLA.
The project builds without any issues, but the parsing errors in the editor are extremely annoying. A lot of the code is marked in red even though it compiles fine.
Does anyone know what setting I need to adjust to get rid of all these unresolved reference errors in the parser (i presume...)?
Kind regards,
TKorn
