I am getting this error in the TestExecute.cpp -
\"Symbol \'std\' could not be resolved\"
CODE
#include
I was having this problem using Eclipse Neon on Kubuntu with a 16.04 kernel, I had to change my #include to #include this made the std namespace "visible" to Eclipse and removed the error.