Showing category results for Visual Studio

May 19, 2026
Post comments count5
Post likes count3

NuGet PackageReference for C++ Projects in Visual Studio

Augustin Popa

Native C++ projects (.vcxproj) now support NuGet PackageReference, the same modern package management experience .NET developers have used for years. Available as an experimental feature in Visual Studio 2026 version 18.7.

C++AnnouncementVisual Studio
May 14, 2026
Post comments count1
Post likes count2

Segment Heap support for C++ projects in Visual Studio

MacGyver Codilla

Learn how Visual Studio enables Segment Heap by default for new C++ projects and how to adopt and verify it in existing builds.

C++AnnouncementVisual Studio
Feb 19, 2026
Post comments count11
Post likes count5

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

Augustin Popa

Today we are releasing the first preview of the Microsoft C++ (MSVC) Build Tools version 14.51. This update, shipping in the latest Visual Studio 2026 version 18.4 Insiders release, introduces many C++23 conformance changes, bug fixes, and runtime performance improvements. Check out the release notes for an in-progress list of what’s new. Conforman...

C++Visual Studio
Feb 4, 2026
Post comments count0
Post likes count2

MSVC Build Tools Versions 14.30 – 14.43 Now Available in Visual Studio 2026

Augustin Popa

When Visual Studio 2026 reached General Availability in November, it included several versions of the Microsoft C++ (MSVC) Build Tools: To make it easier to bring your Visual Studio 2022 projects to Visual Studio 2026, we are now including all the versions of MSVC that shipped in Visual Studio 2022 version 17.0 and later to...

C++Visual Studio
Jan 27, 2026
Post comments count0
Post likes count2

GitHub Copilot app modernization for C++ is now in Public Preview

Michael Price

With the launch of Visual Studio 2026, we announced a Private Preview of GitHub Copilot app modernization for C++, which reduces the cost of adopting the latest version of the MSVC Build Tools. We used the feedback we received from our many Private Preview participants to make improvements that benefit all our users. After receiving feedback, we ad...

C++AnnouncementCopilot
Dec 16, 2025
Post comments count5
Post likes count6

C++ code editing tools for GitHub Copilot: now in Public Preview

Sinem Akinci

In November, we introduced C++ code editing tools for GitHub Copilot as a Private Preview, focusing on partnering with customers to tackle one of the common, taxing challenges for C++ development: refactoring at scale. Since then, we've listened to feedback and refined our tooling to make wide-sweeping C++ edits easier. "With C++ code editing tool...

C++New FeatureCopilot
Nov 24, 2025
Post comments count25
Post likes count4

New release cadence and support lifecycle for Microsoft C++ Build Tools

Marian Luparu

Starting with Visual Studio 2026, we are introducing a new support lifecycle for the Microsoft C++ (MSVC) Build Tools. We are also updating the MSVC release cadence. As Visual Studio moves to a Modern Lifecycle with monthly feature updates and an annual new version, decoupling the compiler from the IDE offers you the best of both worlds – rapid ...

C++Visual Studio
Nov 12, 2025
Post comments count0
Post likes count1

Perform wide-sweeping refactors using C++ code editing tools for GitHub Copilot

Sinem Akinci

Refactoring a C++ codebase can often require tracking updates across various sections of multiple files to ensure accuracy and relevancy.  Historically, developers have relied on manual searches across a codebase and refactoring tools to perform these types of edits. However, with GitHub Copilot agents, developers can now delegate these complex...

C++AnnouncementNew Feature
Nov 11, 2025
Post comments count6
Post likes count4

What’s New for C++ Developers in Visual Studio 2026 version 18.0

Augustin Popa

Get ready to level up your C++ productivity, because Visual Studio 2026 version 18.0 is now generally available! You can take advantage of the new features, bug fixes, and performance improvements in your production environment. This post describes what’s new for C++ developers, including new features or improvements in these areas: ...

Visual StudioC++Announcement