Error when including std::vector in separate file in Qt Project. Why?
-
wrote on 19 Jan 2020, 11:13 last edited by bogong
-
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.
wrote on 19 Jan 2020, 11:59 last edited by bogong@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.
2/3