Showing category results for C++

Feb 4, 2026
Post comments count0
Post likes count0

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

Augustin Popa
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 count1

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

Michael Price
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
Jan 27, 2026
Post comments count0
Post likes count0

Visual Studio Code CMake Tools 1.22: Target bookmarks and better CTest output

Sinem Akinci
Sinem Akinci

We're excited to announce the latest 1.22 release of the CMake Tools extension for Visual Studio Code. This update brings a host of new additions, including project outline updates for filtering and bookmarking CMake targets in large CMake projects and expanded CTest support to customize this output. To view the full list of updates with this relea...

C++CMakeVisual Studio Code
Jan 21, 2026
Post comments count0
Post likes count1

Now in Public Preview: GitHub Copilot build performance for Windows

David Li
David Li

Last year, we launched our new GitHub Copilot build performance capabilities in Private Preview. With help from our fantastic C++ community, we gathered insights and addressed key feedback. We’re happy to share that GitHub Copilot build performance for Windows is now in Public Preview. Today, all C++ developers can try out the new capabilities in t...

C++
Dec 16, 2025
Post comments count4
Post likes count6

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

Sinem Akinci
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 count2

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

Marian Luparu
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 17, 2025
Post comments count1
Post likes count2

Introducing MSVC AddressSanitizer for ARM64 targets

Zachary Johnson
Zachary Johnson

We are pleased to announce AddressSanitizer (ASan) support for the Microsoft C++ (MSVC) Build Tools for ARM64 targets. ASan is a runtime memory error detector that identifies difficult-to-find bugs with zero false positives and improves memory safety. More technical information on ASan can be found at aka.ms/asan.  ASan has long supported the x6...

C++AnnouncementAddressSanitizer
Nov 12, 2025
Post comments count0
Post likes count1

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

Sinem Akinci
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 12, 2025
Post comments count1
Post likes count2

Optimize Your C++ Build Times with GitHub Copilot

David Li
David Li

Long build times are one of the top pain points for C++ projects. If you’ve ever waited too long for a C++ build to finish, you know how much it can slow down your productivity. In past years, we introduced C++ Build Insights to help you analyze traces and find bottlenecks. However, we know that embarking on these investigations manually can still ...

C++Build InsightsBuild Optimization
Nov 12, 2025
Post comments count5
Post likes count0

Fix build issues using GitHub Copilot after upgrading MSVC Build Tools

Michael Price
Michael Price

A few problems have reared their heads at every company where I’ve worked on C++ as a Software Engineer over the past 20 years. For the most part, those problems have nothing to do with the language and how it is used, but instead all the “other” stuff, like dealing with long build times, getting consistent build environments, and managing the ...

C++AnnouncementCopilot