I can't seem to cope with the Eclipse Indigo indexer. The project is a mixed C/C++ project with external makefile.
I tried following this documentation, but my project doesn't have menus, containing the name "Discovery".
I tried adding the folder, in which vector resides: C:\arm_tools\toolchain\arm-none-eabi\include\c++\4.7.2
to the Paths and symbols/Includes list. Although similar approach solved the size_t: symbol not found, in the case with vector, it does not help.
The code compiles fine. However, there are red undelines everywhere, the indexer complaining Symbol 'vector' could not be resolved. What should I do?