I am using eclipse in linux to develop a c++ application and I am getting this editor annotation error \"Symbol \'vector\' could not be resolved\" from the following code
Created a *.cpp file that includes the *.h where the error is showing. This will force Eclipse to backtrace dependencies for *.h. Is working for me...
*.cpp
*.h