Showing category results for Visual Studio

Jul 17, 2026
Post comments count0
Post likes count1

Faster C++ iterative builds with GitHub Copilot

Image
David Li

Slow builds are a consistent theme of feedback from C++ developers. We built GitHub Copilot build performance for Windows so you can leverage Copilot to optimize your project’s build times. This workflow will find optimizations that bring your build times down. At first, we only measured the impact of build optimizations on full clean builds. Wh...

C++DiagnosticsGame Development
Jul 14, 2026
Post comments count1
Post likes count0

Rethinking C++ Performance: Faster Code Navigation and GitHub Copilot Tools with Whole Codebase Indexing

Image Image Image
Alexandra,
Henrique,
Sinem

In large C++ codebases, your code understanding and navigation depend on quickly determining how symbols, declarations, definitions, and references are connected across your project. In Visual Studio Insiders 18.9, the new whole codebase indexing (WCI) enhances the existing browse database via a deeper, more comprehensive indexing approach. This...

Visual StudioC++performance
May 27, 2026
Post comments count2
Post likes count1

What’s New for C++ Developers in Visual Studio 2026 (18.1 – 18.6)

Image
Augustin Popa

Visual Studio 2026 versions 18.1 through 18.6 deliver a wave of improvements for C++ developers. For MSVC Build Tools, the v14.51 release is now generally available with runtime performance gains and improved C++23 conformance. We also introduced Sample Profile Guided Optimization to help you improve the runtime performance of your C/C++ programs. ...

Visual StudioC++Copilot
May 19, 2026
Post comments count10
Post likes count3

NuGet PackageReference for C++ Projects in Visual Studio

Image
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 count2
Post likes count2

Segment Heap support for C++ projects in Visual Studio

Image
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

Image
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

Image
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

Image
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

Image
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

Image
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