Visual Studio 2026 18.1-18.6 brings 416 C++ bug fixes, MSVC Build Tools v14.51, SPGO for easier runtime performance gains, a Debugger Agent that can autonomously reproduce & fix bugs, & Copilot tools with semantic intelligence for cross-file refactoring.
https://t.co/S23nu2n1Wc
MSVC now supports Sample Profile Guided Optimization (SPGO). Collect hardware performance counter samples from your actual release binaries in production, then feed them back to the compiler for PGO-quality optimizations. No instrumented builds needed.
https://t.co/prbQhKm1HC
Native C++ projects in Visual Studio now support PackageReference. Declare NuGet dependencies directly in your .vcxproj, get transitive resolution, and use the global package cache. This feature is experimental in the Insiders Channel. https://t.co/d8Ae5YJNhJ
Visual Studio 2026 now defaults new C++ projects to use Windows Segment Heap for better protection against memory vulnerabilities, lower fragmentation, and improved performance under load. Existing projects can opt in per-target for both MSBuild and CMake. https://t.co/7dgDx7e7OF
MSVC Build Tools v14.51 is now GA and the default in VS 2026 v18.6. Additional C++23 support, codegen improvements that speed up your binaries without touching source, and preview support for Intel APX.
https://t.co/0hoFzyNmds
GitHub Copilot build performance for Windows now supports project-specific builds. Build one MSBuild project or CMake target instead of your entire codebase. Available in Visual Studio Insiders. Learn more: https://t.co/FijzZT1YdJ
The 2026 ISO C++ developer survey is open — takes ~10 minutes and directly informs the standardization committee and tooling vendors. Please share your feedback and share with your colleagues!
https://t.co/YxVjDp12mo
GitHub Copilot Build Performance helps reduce C++ build times by identifying expensive header includes, template instantiations, and function generation costs.
It then plans optimizations, with you in control.
Using it today? Share your experience: https://t.co/HmMwQPun7L
@observerherb As of today, the Insiders channel includes MSVC v14.51 as the latest available version. This is the release candidate, and it is also expected to ship in the Stable channel next month.
MSVC Build Tools version 14.51 brings a big batch of C++23 features: flat_map, flat_set, portable assumptions, relaxed constexpr, and more. Only 2 features left for full C++23 support: https://t.co/WYHjFJNRRW
MSVC Build Tools v14.51 RC is now available in the Visual Studio Insiders channel and is expected to go live in the Stable channel next month. Check out what's new: https://t.co/r9BjlIRl0Q
vcpkg's Feb/March releases bring parallel file installation (1.39x faster on average), a security fix for OpenSSL packaging on Windows, and direct libcurl usage for more reliable downloads: https://t.co/GQdkX8XabP
MSVC v14.51 is up to 6.5% faster on SPEC CPU 2017 integer benchmarks from improved optimizations such as a new SLP vectorizer and major SROA improvements on both x64 and Arm64. Learn more about the performance improvements: https://t.co/FRMZuzEmYL
C++ refactors aren't just text edits, they require symbol context and build awareness.
That's why we've brought our C++ symbol context and CMake configuration awareness into GitHub Copilot in VS Code
https://t.co/Feqi44QOgj
Learn more in our latest announcement.
The first preview of MSVC Build Tools v14.51 is now available in Visual Studio 2026 in the Insiders Channel. How to try it out: https://t.co/HXOjn4cnhq
Built from learnings and feedback from our C++ symbol tools public preview, the new find_symbol tool is here - now available in VS 2026 Insiders 18.4🎉
https://t.co/SheMv8iClT
🧠VS Copilot agent mode now gets rich, language-specific symbol context across multiple languages