this is an issue I had multiple times but mostly i just ignored it. I'm working on an embedded project using eclipse & some supplier libraries in C. Project compiles fine & runs, but it show errors on lines like
foo = DEFINE_FROM_OTHER_FILE;
Error by error decorator:
Type 'DEFINE_FROM_OTHER_FILE' could not be resolved.
I raised every indexer setting to the max, but it still shows annoying errors. The file in front of me is <700 lines, i get the same problem on files of different sizes. Project is around 15k lines including supplied code, so not that big?
Thanks for this community :)