Sometimes <iostream> found and compiles and sometimes not!
-
Bad .pro
@
#-------------------------------------------------Project created by QtCreator 2014-06-26T11:23:54
#-------------------------------------------------
QT += core
QT -= gui
TARGET = VehicleClass
CONFIG += console
CONFIG -= app_bundleTEMPLATE = app
SOURCES += main.cpp
@
Good .pro
@
#-------------------------------------------------Project created by QtCreator 2014-06-26T14:16:26
#-------------------------------------------------
QT += core
QT -= gui
TARGET = HelpClass
CONFIG += console
CONFIG -= app_bundleTEMPLATE = app
SOURCES += main.cpp
@ -
Yea, looked it up and it's in the "include" folder of MSVC2013
Qt 5.3.0 using QtCreator 3.1.1
It's been working fine till today. Haven't added any new programs, updates, etc. Nothings changed that I know of. Also checked and no viruses according to Norton!
-
I just changed the Mingw version in kit. Then my problem solved.