QtCreator doesn't find standard headers
-
Hey,
I am trying to build app for Android with QtCreator 4.11 (4.12 doesn't work for me...- different error) and Qt 5.13.1 using:
CMake 3.16.2,
NMake generator,
VisualStudio 2017 Enterprise.Path 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64' has been added to environment path(Path).
For some reason standard headers cannot be found during building:
M:\bu-android\src\common\Common_autogen/UP3E2ANKJK/moc_Application.cpp:9:10: fatal error: 'memory' file not found
Any idea?
-
Hey,
I am trying to build app for Android with QtCreator 4.11 (4.12 doesn't work for me...- different error) and Qt 5.13.1 using:
CMake 3.16.2,
NMake generator,
VisualStudio 2017 Enterprise.Path 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64' has been added to environment path(Path).
For some reason standard headers cannot be found during building:
M:\bu-android\src\common\Common_autogen/UP3E2ANKJK/moc_Application.cpp:9:10: fatal error: 'memory' file not found
Any idea?
@Devoo said in QtCreator doesn't find standard headers:
Path 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64' has been added to environment path(Path).
You don't need Visual Studio for Android.
Did you install Qt for Android and did you install Android SDK/NDK?