Showing category results for C++

Mar 5, 2026
Post comments count0
Post likes count0

Visual Studio at GDC Festival of Gaming 2026

David Li
David Li

Join us at GDC Festival of Gaming 2026 for a deep dive into Visual Studio, GitHub Copilot, PowerToys, and the Windows tools that speed up your daily dev workflow. We'll show how these tools work together to boost productivity and cut friction across your entire inner loop. Session Title: Windows Game Development with Visual Studio 2026 and G...

C++Game Development
Feb 19, 2026
Post comments count2
Post likes count1

C++ symbol context and CMake build configuration awareness for GitHub Copilot in VS Code

Sinem Akinci
Sinem Akinci

C++ code navigation and build system tooling play an important role in the developer inner-loop. Code navigation tooling provides a precise, semantic understanding of your codebase, while build system tooling helps you express build configurations and variants for reproducible builds. In the VS Code ecosystem, these powerful capabilities are availa...

C++CMakeVisual Studio Code
Feb 19, 2026
Post comments count9
Post likes count5

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

Augustin Popa
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 6, 2026
Post comments count0
Post likes count2

What’s New in vcpkg (Nov 2025 – Jan 2026)

Augustin Popa
Augustin Popa

This blog post summarizes changes to the vcpkg package manager as part of the 2025.12.12 and 2026.01.16 registry releases and the 2025-11-13, 2025-11-18, 2025-11-19, 2025-12-05, and 2025-12-16 tool releases. These updates include support for targeting the Xbox GDK October 2025 update, removing a misleading and outdated output message, and other min...

C++Vcpkg
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
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 count5
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