<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[fatal error C1060: compiler is out of heap space (again)]]></title><description><![CDATA[<p dir="auto">I'm converting a project that compiles without error under Qt 5, to Qt 6. I'm getting the</p>
<pre><code>Compiler out of heap space
</code></pre>
<p dir="auto">error.<br />
I've researched the other posts about this error, and they don't fix the problem.<br />
I've added "/Zm2000" to the compiler options. No go.<br />
This error does not occur when compiling with Qt 5.<br />
It fails with VS 2019 and VS 2022, Qt 6.6, and Qt 6.9.<br />
There are no egregiously large .CPP files. The largest .CPP source file is 141KB or 4,412 lines.<br />
The .QRC file includes fifteen .PNG files totalling 176KB.<br />
I have 32GB of RAM.</p>
<p dir="auto">Any suggestions?</p>
]]></description><link>https://forum.qt.io/topic/164101/fatal-error-c1060-compiler-is-out-of-heap-space-again</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 01:20:22 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164101.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 16 Jan 2026 21:32:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Tue, 17 Mar 2026 17:23:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/christian-ehrlicher">@<bdi>Christian-Ehrlicher</bdi></a></p>
<h3><strong>Good news! It's working!</strong></h3>
<p dir="auto">The solution was to upgrade from VS 2022 ver. 17.13, to ver. 17.14.<br />
I tried getting VS to update itself, but it locked up and wiped itself. I had to download and re-install VS 17.14.</p>
<p dir="auto">Here's the kicker: I got the suggestion from OpenAI/ChatGPT!</p>
<p dir="auto">I'm an AI skeptic, but I have to give credit where it's due.</p>
<p dir="auto">Also, ChatGPT suggested "-bigobj", but that didn't make a difference.</p>
<p dir="auto">A sincere thanks to Christian and hskoglund from a 77-year old, half-blind hack  :o)</p>
<p dir="auto">Update 17 Mar 2026: The problem reoccurs every few days. Solution is to kill memory hogs until it works: Firefox, Chrome, Thunderbird, Teams, Adobe, whatever.</p>
]]></description><link>https://forum.qt.io/post/835509</link><guid isPermaLink="true">https://forum.qt.io/post/835509</guid><dc:creator><![CDATA[Sprezzatura]]></dc:creator><pubDate>Tue, 17 Mar 2026 17:23:32 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Thu, 26 Feb 2026 19:02:23 GMT]]></title><description><![CDATA[<p dir="auto">Figured it out! For visual studio,</p>
<pre><code>Go to Project properties -&gt; Advanced (left menu) -&gt; Preferred Build Tool Architecture. It'll be set to Default, which is x86. Set it to x64
</code></pre>
<p dir="auto">now no more compiler is out of heap space error. <a href="https://learn.microsoft.com/en-us/cpp/build/reference/msbuild-visual-cpp-overview?view=msvc-180#preferredtoolarchitecture-property" target="_blank" rel="noopener noreferrer nofollow ugc">More Info</a></p>
]]></description><link>https://forum.qt.io/post/836617</link><guid isPermaLink="true">https://forum.qt.io/post/836617</guid><dc:creator><![CDATA[Taytoo]]></dc:creator><pubDate>Thu, 26 Feb 2026 19:02:23 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Thu, 26 Feb 2026 18:30:29 GMT]]></title><description><![CDATA[<p dir="auto">In my case its a large resource file. I can make it work when I enable Two-Pass in Qt Resource compiler but sometimes it fails with error &lt;resourcefilename&gt; object file not found. So trying to make it work without Two-Pass enabled.</p>
]]></description><link>https://forum.qt.io/post/836616</link><guid isPermaLink="true">https://forum.qt.io/post/836616</guid><dc:creator><![CDATA[Taytoo]]></dc:creator><pubDate>Thu, 26 Feb 2026 18:30:29 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Thu, 26 Feb 2026 17:09:51 GMT]]></title><description><![CDATA[<p dir="auto">seem like you all are trying to treat the symptom and not the underlying cause.  these types of problems are often the result of an #include that is cyclic because it does not have a proper macro guard around it.  It is always much more convenient to blame the "out of date" toolchain, when in reality the problems are usually PEBCAK (problem exists between chain and keyboard)   ;^)</p>
<p dir="auto">Anyway, if it were my assignment I'd be looking for programmatic problems instead of toolchain issues.</p>
]]></description><link>https://forum.qt.io/post/836613</link><guid isPermaLink="true">https://forum.qt.io/post/836613</guid><dc:creator><![CDATA[Kent-Dorfman]]></dc:creator><pubDate>Thu, 26 Feb 2026 17:09:51 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Thu, 26 Feb 2026 15:58:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/christian-ehrlicher">@<bdi>Christian-Ehrlicher</bdi></a> said in <a href="/post/835463">fatal error C1060: compiler is out of heap space (again)</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sprezzatura">@<bdi>Sprezzatura</bdi></a> said in <a href="/post/835462">fatal error C1060: compiler is out of heap space (again)</a>:</p>
<blockquote>
<p dir="auto">Any suggestions?</p>
</blockquote>
<p dir="auto">Use a 64bit compiler even when you compile for 32bits.</p>
</blockquote>
<p dir="auto">I'm running into this error while compiling a large resource file (it has a single large resource). How do I check if my project is using 64-bit compiler on VS2026? fyi, my app is 32-bit</p>
]]></description><link>https://forum.qt.io/post/836609</link><guid isPermaLink="true">https://forum.qt.io/post/836609</guid><dc:creator><![CDATA[Taytoo]]></dc:creator><pubDate>Thu, 26 Feb 2026 15:58:36 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Fri, 20 Feb 2026 09:22:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sprezzatura">@<bdi>Sprezzatura</bdi></a> I had the same problem. I have 3 simultaneous Visual Studio 2022 instances and Firefox with a lot of processes and huge memory usage. Another way to solve this is to limit the number of processors used to compile the solution as it will use less memory due less parallel compilation : Tools &gt; Options &gt; Project and solutions &gt; Compilation and execution &gt; Max number of parallel compilations ---&gt; set it to a lower value.</p>
]]></description><link>https://forum.qt.io/post/836446</link><guid isPermaLink="true">https://forum.qt.io/post/836446</guid><dc:creator><![CDATA[ollarch]]></dc:creator><pubDate>Fri, 20 Feb 2026 09:22:49 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Fri, 20 Feb 2026 08:10:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/simonschroeder">@<bdi>SimonSchroeder</bdi></a> said in <a href="/post/836440">fatal error C1060: compiler is out of heap space (again)</a>:</p>
<blockquote>
<p dir="auto">BTW, does anybody know something like a little widget for Windows 11 that shows committed memory? I would like to have an eye on this.</p>
</blockquote>
<p dir="auto">Can't you write this yourself with Qt? :)</p>
]]></description><link>https://forum.qt.io/post/836441</link><guid isPermaLink="true">https://forum.qt.io/post/836441</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Fri, 20 Feb 2026 08:10:37 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Fri, 20 Feb 2026 08:00:21 GMT]]></title><description><![CDATA[<p dir="auto">I occasionally have this problem, too. Here's what I have figured out: The task manager shows memory "in use" and "committed" memory. It's the committed memory that is of importance: Committed memory means that through allocations this amount of memory has been promised to some software, but the corresponding memory pages have not been accessed, yet (which is why memory "in use" can be lower). The reason why this memory is not available is because it was already allocated. This means that committed memory must be available at any time (because it is after allocation the program cannot figure out anymore that it would not have this memory, so it must be there). Once the committed memory is full, nothing works anymore (even when memory "in use" shows that you still have 32 GB left). This is why closing Firefox (which usually uses up a lot of memory) helped. Rebooting your computer also helps.</p>
<p dir="auto">Basically, "memory in use" is a useless metric in Windows 11. The only thing that matters is committed memory. (You can find programs that use a lot of committed memory if you select "Details" on the left pane of the task manager.)</p>
<p dir="auto">BTW, does anybody know something like a little widget for Windows 11 that shows <strong>committed</strong> memory? I would like to have an eye on this. Otherwise Windows will reboot like every other week or so because it ran out of memory (while memory "in use" still shows 32 GB left).</p>
]]></description><link>https://forum.qt.io/post/836440</link><guid isPermaLink="true">https://forum.qt.io/post/836440</guid><dc:creator><![CDATA[SimonSchroeder]]></dc:creator><pubDate>Fri, 20 Feb 2026 08:00:21 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Thu, 19 Feb 2026 20:16:22 GMT]]></title><description><![CDATA[<p dir="auto">Interesting update: I got the error again, appearing at random after days of successful compilation.</p>
<p dir="auto">I terminated Firefox, the problem went away!</p>
]]></description><link>https://forum.qt.io/post/836437</link><guid isPermaLink="true">https://forum.qt.io/post/836437</guid><dc:creator><![CDATA[Sprezzatura]]></dc:creator><pubDate>Thu, 19 Feb 2026 20:16:22 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Mon, 19 Jan 2026 13:39:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/simonschroeder">@<bdi>SimonSchroeder</bdi></a> I do have that included:</p>
<pre><code>versionAtLeast(QT_VERSION, 6.0.0) {
	CONFIG += c++17	# Fails with Qt 5.13 
	QMAKE_CFLAGS += -std:c++17                 # required for Qt 6
}
</code></pre>
]]></description><link>https://forum.qt.io/post/835527</link><guid isPermaLink="true">https://forum.qt.io/post/835527</guid><dc:creator><![CDATA[Sprezzatura]]></dc:creator><pubDate>Mon, 19 Jan 2026 13:39:44 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Mon, 19 Jan 2026 08:06:11 GMT]]></title><description><![CDATA[<p dir="auto">Just as an aside (since I'm a little late to the party): You should turn on C++17 in the .pro file with the line</p>
<pre><code>CONFIG += c++17
</code></pre>
]]></description><link>https://forum.qt.io/post/835519</link><guid isPermaLink="true">https://forum.qt.io/post/835519</guid><dc:creator><![CDATA[SimonSchroeder]]></dc:creator><pubDate>Mon, 19 Jan 2026 08:06:11 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Tue, 17 Mar 2026 17:23:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/christian-ehrlicher">@<bdi>Christian-Ehrlicher</bdi></a></p>
<h3><strong>Good news! It's working!</strong></h3>
<p dir="auto">The solution was to upgrade from VS 2022 ver. 17.13, to ver. 17.14.<br />
I tried getting VS to update itself, but it locked up and wiped itself. I had to download and re-install VS 17.14.</p>
<p dir="auto">Here's the kicker: I got the suggestion from OpenAI/ChatGPT!</p>
<p dir="auto">I'm an AI skeptic, but I have to give credit where it's due.</p>
<p dir="auto">Also, ChatGPT suggested "-bigobj", but that didn't make a difference.</p>
<p dir="auto">A sincere thanks to Christian and hskoglund from a 77-year old, half-blind hack  :o)</p>
<p dir="auto">Update 17 Mar 2026: The problem reoccurs every few days. Solution is to kill memory hogs until it works: Firefox, Chrome, Thunderbird, Teams, Adobe, whatever.</p>
]]></description><link>https://forum.qt.io/post/835509</link><guid isPermaLink="true">https://forum.qt.io/post/835509</guid><dc:creator><![CDATA[Sprezzatura]]></dc:creator><pubDate>Tue, 17 Mar 2026 17:23:32 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Sun, 18 Jan 2026 15:53:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/christian-ehrlicher">@<bdi>Christian-Ehrlicher</bdi></a> I'm not launching this from the command line. I'm using Qt Creator, which automatically creates a stream of commands, including launching cl.exe, followed by a ton of parameters.<br />
The output appears in the "Compile Output" window of the Qt Creator IDE.</p>
]]></description><link>https://forum.qt.io/post/835507</link><guid isPermaLink="true">https://forum.qt.io/post/835507</guid><dc:creator><![CDATA[Sprezzatura]]></dc:creator><pubDate>Sun, 18 Jan 2026 15:53:04 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Sun, 18 Jan 2026 13:39:54 GMT]]></title><description><![CDATA[<p dir="auto">In my VS2002 installation there are 4 different <strong>cl.exe</strong> versions:<br />
c:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.43.34808\bin\Hostx86\x86\cl.exe<br />
c:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.43.34808\bin\Hostx86\x64\cl.exe<br />
c:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.43.34808\bin\Hostx64\x86\cl.exe<br />
c:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.43.34808\bin\Hostx64\x64\cl.exe</p>
<p dir="auto">Two of them (the ..\Hostx86\x64\cl.exe and the ..\Hostx64\x64\cl.exe will show the same output:<br />
"Microsoft (R) C/C++ Optimizing Compiler Version 19.43.34810 for x64" and both will compile and build 64 bit ..exe files for Qt6.</p>
<p dir="auto">So you have a 50% chance of running the correct compiler, i.e. the cl.exe in the subdirectory ..\Hostx64\x64</p>
]]></description><link>https://forum.qt.io/post/835506</link><guid isPermaLink="true">https://forum.qt.io/post/835506</guid><dc:creator><![CDATA[hskoglund]]></dc:creator><pubDate>Sun, 18 Jan 2026 13:39:54 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Sun, 18 Jan 2026 12:20:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sprezzatura">@<bdi>Sprezzatura</bdi></a> said in <a href="/post/835503">fatal error C1060: compiler is out of heap space (again)</a>:</p>
<blockquote>
<blockquote>
<p dir="auto">where cl<br />
INFO: Could not find files for the given pattern(s).</p>
</blockquote>
</blockquote>
<p dir="auto">Again: execute this on the command line where you also compiled your Qt. Execatly where you did 'cl -nologo'<br />
You are using a 32bit compiler which creates 64 bit executables. Or you have very low ram on your system which I doubt.</p>
]]></description><link>https://forum.qt.io/post/835504</link><guid isPermaLink="true">https://forum.qt.io/post/835504</guid><dc:creator><![CDATA[Christian Ehrlicher]]></dc:creator><pubDate>Sun, 18 Jan 2026 12:20:56 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Sun, 18 Jan 2026 12:11:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/christian-ehrlicher">@<bdi>Christian-Ehrlicher</bdi></a><br />
[1] Here's what is displayed  in the Compile Output window when I delete the "-nologo" option:</p>
<pre><code>Microsoft (R) C/C++ Optimizing Compiler Version 19.43.34810 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.
</code></pre>
<p dir="auto">Note the "<strong>x64</strong>".</p>
<p dir="auto">[2] My .PRO file contains:</p>
<pre><code>contains(QT_ARCH, i386) {
    message("32-bit" $$QT_ARCH $$QT_VERSION)
}
contains(QT_ARCH, x86_64) {
    message("64-bit" $$QT_ARCH $$QT_VERSION)
}
</code></pre>
<p dir="auto">This is displayed in the Compile Output window:</p>
<pre><code>Project MESSAGE: 64-bit x86_64 6.9.0
</code></pre>
<p dir="auto">[3] I tried creating a new Kit and adding a 32-bit compiler. Qt flat out rejected it.</p>
<p dir="auto">[4] What does the "λ" lambda mean in your example?<br />
When you say "<em>the console where you build your Qt</em>", do you mean the Terminal window in Qt Creator?<br />
When I do that, I get:</p>
<pre><code>&gt;where cl
INFO: Could not find files for the given pattern(s).
</code></pre>
<p dir="auto">I'm using Windows.</p>
]]></description><link>https://forum.qt.io/post/835503</link><guid isPermaLink="true">https://forum.qt.io/post/835503</guid><dc:creator><![CDATA[Sprezzatura]]></dc:creator><pubDate>Sun, 18 Jan 2026 12:11:51 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Sun, 18 Jan 2026 09:41:18 GMT]]></title><description><![CDATA[<p dir="auto">You have to call it in the console where you build you Qt... you are using a 32bit compiler.</p>
<pre><code>λ where cl
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\Hostx64\x64\cl.exe
</code></pre>
]]></description><link>https://forum.qt.io/post/835500</link><guid isPermaLink="true">https://forum.qt.io/post/835500</guid><dc:creator><![CDATA[Christian Ehrlicher]]></dc:creator><pubDate>Sun, 18 Jan 2026 09:41:18 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Sat, 17 Jan 2026 21:35:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/christian-ehrlicher">@<bdi>Christian-Ehrlicher</bdi></a> I've found the culprit. If I include the following in the .PRO file:</p>
<pre><code>QMAKE_CFLAGS += -Zc:__cplusplus
QMAKE_CFLAGS += -permissive-
</code></pre>
<p dir="auto">It compiles successfully with Qt 5.15<br />
However, when I include this to the .PRO file:</p>
<pre><code>QMAKE_CFLAGS += -std:c++17
QMAKE_CFLAGS += -Zc:__cplusplus
QMAKE_CFLAGS += -permissive-
</code></pre>
<p dir="auto">even Qt 5.15 fails with the "Out of Heap Space" error.<br />
If I remove this line and try to compile with Qt 6.9, I get:</p>
<p dir="auto"><s>QMAKE_CFLAGS += -std:c++17</s></p>
<pre><code>"Qt requires a C++17 compiler, and a suitable value for __cplusplus. On MSVC, you must pass the /Zc:__cplusplus option to the compiler"
</code></pre>
<p dir="auto">Why would this option cause the Out of Heap Space error? Are there other options I need to add?</p>
]]></description><link>https://forum.qt.io/post/835497</link><guid isPermaLink="true">https://forum.qt.io/post/835497</guid><dc:creator><![CDATA[Sprezzatura]]></dc:creator><pubDate>Sat, 17 Jan 2026 21:35:35 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Sat, 17 Jan 2026 20:50:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/christian-ehrlicher">@<bdi>Christian-Ehrlicher</bdi></a></p>
<pre><code>where cl.exe
INFO: Could not find files for the given pattern(s).
</code></pre>
]]></description><link>https://forum.qt.io/post/835496</link><guid isPermaLink="true">https://forum.qt.io/post/835496</guid><dc:creator><![CDATA[Sprezzatura]]></dc:creator><pubDate>Sat, 17 Jan 2026 20:50:33 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Sat, 17 Jan 2026 20:28:00 GMT]]></title><description><![CDATA[<p dir="auto">Sorry I meant <code>where cl.exe</code></p>
]]></description><link>https://forum.qt.io/post/835493</link><guid isPermaLink="true">https://forum.qt.io/post/835493</guid><dc:creator><![CDATA[Christian Ehrlicher]]></dc:creator><pubDate>Sat, 17 Jan 2026 20:28:00 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Sat, 17 Jan 2026 19:32:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/christian-ehrlicher">@<bdi>Christian-Ehrlicher</bdi></a> Here's the output from "vswhere":</p>
<pre><code>instanceId: 1b580a97
installDate: 12 Apr 2025 9:53:45 AM
installationName: VisualStudio/15.9.78+36631.12
installationPath: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional
installationVersion: 15.9.36631.12
productId: Microsoft.VisualStudio.Product.Professional
productPath: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\devenv.exe
state: 7
isComplete: 0
isLaunchable: 1
isPrerelease: 0
isRebootRequired: 0
displayName: Visual Studio Professional 2017
description: Professional developer tools and services for small teams
channelId: VisualStudio.15.Release
channelUri: https://aka.ms/vs/15/release/channel
enginePath: C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service
installChannelUri: https://aka.ms/vs/15/release/0e24fba09_-593026118/channel
installedChannelId: VisualStudio.15.Release
installedChannelUri: https://aka.ms/vs/15/release/channel
releaseNotes: https://go.microsoft.com/fwlink/?LinkId=660692#15.9.78
resolvedInstallationPath: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional
thirdPartyNotices: https://go.microsoft.com/fwlink/?LinkId=660708
updateDate: 2026-01-07T12:09:16.4473894Z
catalog_buildBranch: d15.9
catalog_buildVersion: 15.9.36631.12
catalog_id: VisualStudio/15.9.78+36631.12
catalog_localBuild: build-lab
catalog_manifestName: VisualStudio
catalog_manifestType: installer
catalog_productDisplayVersion: 15.9.78
catalog_productLine: Dev15
catalog_productLineVersion: 2017
catalog_productMilestone: RTW
catalog_productMilestoneIsPreRelease: False
catalog_productName: Visual Studio
catalog_productPatchVersion: 78
catalog_productPreReleaseMilestoneSuffix: 1.0
catalog_productRelease: RTW
catalog_productSemanticVersion: 15.9.78+36631.12
catalog_requiredEngineVersion: 1.18.1063.29791
properties_appLocalWPF: false
properties_campaignId:
properties_channelManifestId: VisualStudio.15.Release/15.9.78+36631.12
properties_includeRecommended: 0
properties_nickname:
properties_setupEngineFilePath: C:\Program Files (x86)\Microsoft Visual Studio\Installer\setup.exe

instanceId: 6e3ad4c1
installDate: 15 Dec 2024 11:42:02 AM
installationName: VisualStudio/16.11.42+35425.106
installationPath: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community
installationVersion: 16.11.35425.106
productId: Microsoft.VisualStudio.Product.Community
productPath: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.exe
state: 4294967295
isComplete: 1
isLaunchable: 1
isPrerelease: 0
isRebootRequired: 0
displayName: Visual Studio Community 2019
description: Powerful IDE, free for students, open-source contributors, and individuals
channelId: VisualStudio.16.Release
channelUri: https://aka.ms/vs/16/release/channel
enginePath: C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service
installedChannelId: VisualStudio.16.Release
installedChannelUri: https://aka.ms/vs/16/release/channel
releaseNotes: https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes-v16.11#16.11.42
resolvedInstallationPath: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community
thirdPartyNotices: https://go.microsoft.com/fwlink/?LinkId=660909
updateDate: 2024-12-15T15:42:02.8085868Z
catalog_buildBranch: d16.11
catalog_buildVersion: 16.11.35425.106
catalog_id: VisualStudio/16.11.42+35425.106
catalog_localBuild: build-lab
catalog_manifestName: VisualStudio
catalog_manifestType: installer
catalog_productDisplayVersion: 16.11.42
catalog_productLine: Dev16
catalog_productLineVersion: 2019
catalog_productMilestone: RTW
catalog_productMilestoneIsPreRelease: False
catalog_productName: Visual Studio
catalog_productPatchVersion: 42
catalog_productPreReleaseMilestoneSuffix: 1.0
catalog_productSemanticVersion: 16.11.42+35425.106
catalog_requiredEngineVersion: 2.11.72.18200
properties_campaignId:
properties_channelManifestId: VisualStudio.16.Release/16.11.42+35425.106
properties_includeRecommended: 0
properties_nickname:
properties_setupEngineFilePath: C:\Program Files (x86)\Microsoft Visual Studio\Installer\setup.exe

instanceId: a3aac630
installDate: 03 Jul 2024 6:57:14 PM
installationName: VisualStudio/17.13.6+35931.197
installationPath: C:\Program Files\Microsoft Visual Studio\2022\Community
installationVersion: 17.13.35931.197
productId: Microsoft.VisualStudio.Product.Community
productPath: C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\devenv.exe
state: 4294967295
isComplete: 1
isLaunchable: 1
isPrerelease: 0
isRebootRequired: 0
displayName: Visual Studio Community 2022
description: Powerful IDE, free for students, open-source contributors, and individuals
channelId: VisualStudio.17.Release
channelUri: https://aka.ms/vs/17/release/channel
enginePath: C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service
installedChannelId: VisualStudio.17.Release
installedChannelUri: https://aka.ms/vs/17/release/channel
releaseNotes: https://docs.microsoft.com/en-us/visualstudio/releases/2022/release-notes-v17.13#17.13.6
resolvedInstallationPath: C:\Program Files\Microsoft Visual Studio\2022\Community
thirdPartyNotices: https://go.microsoft.com/fwlink/?LinkId=661288
updateDate: 2025-04-10T19:20:01.9041268Z
catalog_buildBranch: d17.13
catalog_buildVersion: 17.13.35931.197
catalog_id: VisualStudio/17.13.6+35931.197
catalog_localBuild: build-lab
catalog_manifestName: VisualStudio
catalog_manifestType: installer
catalog_productDisplayVersion: 17.13.6
catalog_productLine: Dev17
catalog_productLineVersion: 2022
catalog_productMilestone: RTW
catalog_productMilestoneIsPreRelease: False
catalog_productName: Visual Studio
catalog_productPatchVersion: 6
catalog_productPreReleaseMilestoneSuffix: 1.0
catalog_productSemanticVersion: 17.13.6+35931.197
catalog_requiredEngineVersion: 3.13.2069.59209
properties_campaignId: 3650:2f3f9e4bc13b4b84bacc669e2109a308
properties_channelManifestId: VisualStudio.17.Release/17.13.6+35931.197
properties_includeRecommended: 1
properties_nickname:
properties_setupEngineFilePath: C:\Program Files (x86)\Microsoft Visual Studio\Installer\setup.exe

instanceId: bd038e2e
installDate: 12 Apr 2025 11:50:29 AM
installationName: VisualStudio/15.9.78+36631.12
installationPath: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community
installationVersion: 15.9.36631.12
productId: Microsoft.VisualStudio.Product.Community
productPath: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe
state: 4294967295
isComplete: 1
isLaunchable: 1
isPrerelease: 0
isRebootRequired: 0
displayName: Visual Studio Community 2017
description: Free, fully-featured IDE for students, open-source and individual developers
channelId: VisualStudio.15.Release
channelUri: https://aka.ms/vs/15/release/channel
enginePath: C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service
installedChannelId: VisualStudio.15.Release
installedChannelUri: https://aka.ms/vs/15/release/channel
releaseNotes: https://go.microsoft.com/fwlink/?LinkId=660692#15.9.78
resolvedInstallationPath: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community
thirdPartyNotices: https://go.microsoft.com/fwlink/?LinkId=660708
updateDate: 2026-01-05T21:23:36.7680071Z
catalog_buildBranch: d15.9
catalog_buildVersion: 15.9.36631.12
catalog_id: VisualStudio/15.9.78+36631.12
catalog_localBuild: build-lab
catalog_manifestName: VisualStudio
catalog_manifestType: installer
catalog_productDisplayVersion: 15.9.78
catalog_productLine: Dev15
catalog_productLineVersion: 2017
catalog_productMilestone: RTW
catalog_productMilestoneIsPreRelease: False
catalog_productName: Visual Studio
catalog_productPatchVersion: 78
catalog_productPreReleaseMilestoneSuffix: 1.0
catalog_productRelease: RTW
catalog_productSemanticVersion: 15.9.78+36631.12
catalog_requiredEngineVersion: 1.18.1063.29791
properties_appLocalWPF: false
properties_campaignId:
properties_channelManifestId: VisualStudio.15.Release/15.9.78+36631.12
properties_includeRecommended: 0
properties_nickname: 2
properties_setupEngineFilePath: C:\Program Files (x86)\Microsoft Visual Studio\Installer\setup.exe
</code></pre>
]]></description><link>https://forum.qt.io/post/835489</link><guid isPermaLink="true">https://forum.qt.io/post/835489</guid><dc:creator><![CDATA[Sprezzatura]]></dc:creator><pubDate>Sat, 17 Jan 2026 19:32:11 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Sat, 17 Jan 2026 19:12:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/christian-ehrlicher">@<bdi>Christian-Ehrlicher</bdi></a> Not sure where to enter "where cl". The Terminal Window returns:</p>
<pre><code>INFO: Could not find files for the given pattern(s)
</code></pre>
<p dir="auto">The compiler I am using, according to the "Manake Kits" section, is:</p>
<p dir="auto">Microsoft Visual C++ Compiler 17.12.35527.113 (amd64)</p>
<p dir="auto">Not (x86), not  (amd64_x86), not  (x86_amd64), nor anything containing "arm".</p>
<p dir="auto">To reiterate, it compiles successfully under Qt 5.15 + VS 2019.</p>
<p dir="auto">BTW thank you for your help and patience  :o)</p>
]]></description><link>https://forum.qt.io/post/835488</link><guid isPermaLink="true">https://forum.qt.io/post/835488</guid><dc:creator><![CDATA[Sprezzatura]]></dc:creator><pubDate>Sat, 17 Jan 2026 19:12:58 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Sat, 17 Jan 2026 19:03:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hskoglund">@<bdi>hskoglund</bdi></a> I get the same errors in Release mode.</p>
<p dir="auto">The "/FS" is generated by Qt, not sure how to suppress it.<br />
"/FS-"?</p>
]]></description><link>https://forum.qt.io/post/835487</link><guid isPermaLink="true">https://forum.qt.io/post/835487</guid><dc:creator><![CDATA[Sprezzatura]]></dc:creator><pubDate>Sat, 17 Jan 2026 19:03:21 GMT</pubDate></item><item><title><![CDATA[Reply to fatal error C1060: compiler is out of heap space (again) on Sat, 17 Jan 2026 18:41:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sprezzatura">@<bdi>Sprezzatura</bdi></a> said in <a href="/post/835475">fatal error C1060: compiler is out of heap space (again)</a>:</p>
<blockquote>
<p dir="auto">I am using a 64-bit compiler. Compiling for 64-bit executable.</p>
</blockquote>
<p dir="auto">Then you will not get this error.<br />
What does 'where cl' prints out?</p>
]]></description><link>https://forum.qt.io/post/835486</link><guid isPermaLink="true">https://forum.qt.io/post/835486</guid><dc:creator><![CDATA[Christian Ehrlicher]]></dc:creator><pubDate>Sat, 17 Jan 2026 18:41:27 GMT</pubDate></item></channel></rss>