Qt3D Examples Build errors on windows - fatal error C1060: compiler is out of heap space
-
Hi,
I am new in Qt3D - and I am posting here because it is looks like Qt3D is so related with Qt Quick and QML.
When I tried to build Qt examples of Qt3D i got - fatal error C1060: compiler is out of heap space
this is only in 3 projects:
phong-cubes
pbr-materials
lightsI did google search of this problem and i found proposed solution with
CONFIG+=resources_big
set in pro files
I tried it and still do not work.
I am using Qt 5.11.1 and WindowsAny idea what i have to do to correct this?
Thanks
-
I started getting "1060 Out of heap space" when I upgraded to Qt 6 and VS 2022. The "-std:c++17" flag triggers it.
The solution was to update to VS 2022 ver. 17.14.
This may be unrelated, but I'm posting it to help anyone else coming here with this problem.