Error when including std::vector in separate file in Qt Project. Why?
Solved
General and Desktop
-
There is a file 'vector' somewhere in your include path which is messed up - find it and fix it.
-
There is a file 'vector' somewhere in your include path which is messed up - find it and fix it.
@Christian-Ehrlicher Issue solved. There are no file. It was, somehow problem in the same directory naming. The project directory named "Vector", somehow it's been affecting including std::vector. When project directory name changed and not equal to "vector" - everything works fine.