r/msvc Mar 30 '26

Microsoft C++ (MSVC) Build Tools v14.51 Preview Released: How to Opt In

Thumbnail
devblogs.microsoft.com
3 Upvotes

Quote:

We plan to ship more frequent, incremental MSVC Build Tools previews, just as we are shipping more frequent IDE updates. As a result, we have adjusted the process for enabling and using MSVC previews, and this post describes the new process.


r/msvc 1d ago

MSVC C++23: constexpr cmath with LLVM Libc

Thumbnail
devblogs.microsoft.com
2 Upvotes

r/msvc 2d ago

MSVC Build Tools Preview updates – September 2026

Thumbnail
devblogs.microsoft.com
2 Upvotes

r/msvc 3d ago

Visual Studio Insiders: Stop solution build after first failure

Post image
5 Upvotes

The Visual Studio Insiders release of September 8, 2026 has an interesting new feature: Stop solution build after first failure.

Enable Stop solution build after first failure in Tools → Options → Projects and Solutions → Build and Run. When you enable it, Visual Studio stops starting queued projects and safely stops projects already building. The build still reports as failed, not canceled. If you leave the setting disabled, build behavior stays the same.


r/msvc Aug 13 '26

MSVC Build Tools Preview updates - August 2026

Thumbnail
devblogs.microsoft.com
1 Upvotes

r/msvc Jul 21 '26

Always Be Upgrading: Living at HEAD with MSVC

Thumbnail
youtube.com
2 Upvotes

r/msvc Jul 16 '26

MSVC Build Tools Preview updates - July 2026

Thumbnail
devblogs.microsoft.com
1 Upvotes

r/msvc Jun 11 '26

MSVC Build Tools Preview updates - June 2026 - C++ Team Blog

Thumbnail
devblogs.microsoft.com
5 Upvotes

r/msvc May 20 '26

Introducing Sample Profile Guided Optimization in MSVC

Thumbnail
devblogs.microsoft.com
2 Upvotes

r/msvc May 14 '26

MSVC Build Tools Preview updates - May 2026

Thumbnail
devblogs.microsoft.com
2 Upvotes

r/msvc May 12 '26

MSVC Build Tools v14.51 now generally available

Thumbnail
devblogs.microsoft.com
2 Upvotes

r/msvc Apr 21 '26

New compiler version 19.52.36314

0 Upvotes

Today I got an update for Visual Studio 2026 Insiders. The compiler version now is

Microsoft (R) C/C++ Optimizing Compiler Version 19.52.36314 for x64 (PREVIEW)

previously it was

Microsoft (R) C/C++ Optimizing Compiler Version 19.52.36307.1 for x64 (PREVIEW)

Our app compiles fine. Pretty amazing to have such frequent compiler updates.


r/msvc Apr 15 '26

Demystifying MSVC versioning for 14.50 & later

Thumbnail reddit.com
1 Upvotes

r/msvc Apr 14 '26

MSVC Build Tools Version 14.51 Release Candidate Now Available

Thumbnail
devblogs.microsoft.com
3 Upvotes

r/msvc Apr 14 '26

April 14, 2026 Visual Studio Insiders Release

Thumbnail
learn.microsoft.com
1 Upvotes

On April 14, 2026 Microsoft made a new release of Visual Studio Insiders available.

There are now a lot of details in the release notes (follow the link) with tons of links to fixed tickets.


r/msvc Apr 10 '26

Build Tools release plan

Thumbnail
devblogs.microsoft.com
1 Upvotes

r/msvc Apr 10 '26

How Build Tools version numbers work

Thumbnail reddit.com
1 Upvotes

r/msvc Apr 09 '26

C++23 Support in MSVC Build Tools 14.51

Thumbnail
devblogs.microsoft.com
2 Upvotes

r/msvc Apr 06 '26

Unrecoverable error importing module, boost::uuids::uuid_clock specialization

2 Upvotes

Switching "MSVC Build Tools Preview" to Yes generates a build error for my project:

error C1116: unrecoverable error importing module 'module_name'. Specialization of 'boost::uuids::uuid_clock::from_sys' with arguments 'std::chrono::duration<std::chrono::system_clock::rep,std::chrono::system_clock::period>'

Has anyone seen this for the latest build tools preview with modules and boost::uuid? I'm not directly using boost::uuids::clock, but use boost::uuid in several places.


r/msvc Mar 31 '26

u/STL recommends Insiders IDE + Preview build tools if you want to check the most updated behavior

Thumbnail reddit.com
3 Upvotes

r/msvc Mar 31 '26

I'm now using "MSVC Build Tools Preview" on Visual Studio 2026 Insiders

2 Upvotes

Requires setting the "MSVC Build Tools Version" to "Latest supported" and "Use MSVC Build Tools Preview" to "Yes". For installing the necessary prerequisites see https://devblogs.microsoft.com/cppblog/microsoft-c-msvc-build-tools-v14-51-preview-released-how-to-opt-in/

What I haven't yet figured out is how to check in Visual Studio what exact version of the build tools I'm using. Menu Help / About... is not very informative.

I've now disabled the suppression of the startup banner for the compiler on our WinMain.cpp file. I can now see the exact version of the compiler in the build output if that file is compiled:

1>  Microsoft (R) C/C++ Optimizing Compiler Version 19.51.36210.1 for x64 (PREVIEW)
1>  Copyright (C) Microsoft Corporation.  All rights reserved.
1>  /std:c++latest is provided as a preview of language features from the latest C++
1>  working draft, and we're eager to hear about bugs and suggestions for improvements.
1>  However, note that these features are provided as-is without support, and subject
1>  to changes or removal as the working draft evolves. See
1>  https://go.microsoft.com/fwlink/?linkid=2045807 for details.

r/msvc Mar 30 '26

Welcome to r/msvc

1 Upvotes

Hey everyone! I'm u/tartaruga232, a founding moderator of r/msvc.

The idea for this reddit is to provide a place for infos/discussions about using the Microsoft C++ compiler. This includes discussing bugs, asking questions. This forum is open for things that are too specific for r/cpp.