惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
人人都是产品经理
人人都是产品经理
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
The Exploit Database - CXSecurity.com
N
News and Events Feed by Topic
Latest news
Latest news
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
CXSECURITY Database RSS Feed - CXSecurity.com
IT之家
IT之家
V
V2EX
WordPress大学
WordPress大学
Apple Machine Learning Research
Apple Machine Learning Research
Cisco Talos Blog
Cisco Talos Blog
K
Kaspersky official blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
SegmentFault 最新的问题
小众软件
小众软件
A
Arctic Wolf
酷 壳 – CoolShell
酷 壳 – CoolShell
腾讯CDC
宝玉的分享
宝玉的分享
Last Week in AI
Last Week in AI
G
GRAHAM CLULEY
罗磊的独立博客
T
Tor Project blog
C
Cisco Blogs
美团技术团队
博客园 - Franky
月光博客
月光博客
博客园 - 三生石上(FineUI控件)
T
Threat Research - Cisco Blogs
Cyberwarzone
Cyberwarzone
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
有赞技术团队
有赞技术团队
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Security Latest
Security Latest
博客园 - 司徒正美
Hugging Face - Blog
Hugging Face - Blog
Spread Privacy
Spread Privacy
J
Java Code Geeks
C
CERT Recently Published Vulnerability Notes
大猫的无限游戏
大猫的无限游戏
S
Securelist
The Cloudflare Blog
博客园 - 叶小钗
D
Darknet – Hacking Tools, Hacker News & Cyber Security
阮一峰的网络日志
阮一峰的网络日志
雷峰网
雷峰网
Project Zero
Project Zero

C++ Team Blog

Faster C++ iterative builds with GitHub Copilot - C++ Team Blog Pure Virtual C++ 2026 [Meet the Speakers, Part 3]: Modernizing C++ - C++ Team Blog MSVC Build Tools Preview updates - July 2026 - C++ Team Blog Rethinking C++ Performance: Faster Code Navigation and GitHub Copilot Tools with Whole Codebase Indexing - C++ Team Blog Pure Virtual C++ 2026 [Meet the Speakers, Part 2]: The AI-Native C++ Developer Workflow - C++ Team Blog Pure Virtual C++ 2026 [Meet the Speakers, Part 1]: Build Faster, Run Faster - C++ Team Blog What's New in vcpkg (June 2026) - C++ Team Blog Pure Virtual C++ 2026 Talks Announced - C++ Team Blog Save the Date: Pure Virtual C++ 2026 - C++ Team Blog Streamline C++ Code Intelligence Setup in Copilot CLI - C++ Team Blog Boosting Adobe Photoshop’s Performance with MSVC and SPGO - C++ Team Blog GitHub Copilot modernization for C++ is out of preview MSVC Build Tools Preview updates – June 2026 What’s New in vcpkg (May 2026) What’s New for C++ Developers in Visual Studio 2026 (18.1 – 18.6) Introducing Sample Profile Guided Optimization in MSVC NuGet PackageReference for C++ Projects in Visual Studio Segment Heap support for C++ projects in Visual Studio MSVC Build Tools Preview updates – May 2026 Project-Specific Build Optimizations with GitHub Copilot What's New in vcpkg (Apr 2026) - C++ Team Blog Giving Copilot more C++ context using custom instructions in VS Code Take the 2026 ISO C++ Developer Survey! - C++ Team Blog C++ Code Intelligence for GitHub Copilot CLI (Preview) - C++ Team Blog MSVC Build Tools Version 14.51 Release Candidate Now Available C++23 Support in MSVC Build Tools 14.51 What’s New in vcpkg (Feb 2026 – Mar 2026): Parallel file installation and more! Visual Studio at GDC Festival of Gaming 2026 C++ Performance Improvements in MSVC Build Tools v14.51 C++ symbol context and CMake build configuration awareness for GitHub Copilot in VS Code Microsoft C++ (MSVC) Build Tools v14.51 Preview Released: How to Opt In What’s New in vcpkg (Nov 2025 – Jan 2026) MSVC Build Tools Versions 14.30 – 14.43 Now Available in Visual Studio 2026 GitHub Copilot app modernization for C++ is now in Public Preview Visual Studio Code CMake Tools 1.22: Target bookmarks and better CTest output
MSVC Build Tools version 14.51 (GA) now available
Michael Price · 2026-05-13 · via C++ Team Blog

Microsoft C++ (MSVC) Build Tools version 14.51 is now generally available. It is the default compiler starting with Visual Studio 2026 18.6 and will receive 9 months of servicing fixes, as described in New release cadence and support lifecycle for Microsoft C++ Build Tools

Keeping current with your build tools delivers more than the status of being “up to date” and being covered by service fixes. You get access to new language features that can make your developers more productive, and you can benefit from improved code generation that can make your products run faster without needing to change a line of source code.

Update with confidence

Step 1 – Install or update Visual Studio 2026 and MSVC

Run the Visual Studio 2026 installer to install or update Visual Studio 2026. Make sure that you select the versions of MSVC that you want installed. If you select MSVC Build Tools for x64/x86 (Latest) or MSVC Build Tools for ARM64/ARM64EC (Latest), then you’ll always have the latest release version of MSVC installed when you update Visual Studio.

Step 2 – Configure your projects

Load your project in Visual Studio 2026. If you are using CMake, the automatic configuration should find the right version of MSVC. If you are using MSBuild (.vcxproj) and you are moving from a version of MSVC that came with Visual Studio 2022 or earlier, you may get our new Setup Assistant that helps you retarget your projects. If you want to open it manually, select Project > Retarget solution from the menu bar. You can also manually update the Platform Toolset in the project property pages.

Step 3 – Use GitHub Copilot modernization for C++ to quickly resolve upgrade issues

You can accelerate your update to the latest MSVC by using the @Modernize agent in the GitHub Copilot Chat window in Visual Studio. This agent will inspect your build for any upgrade-related issues and work with you to resolve them, possibly saving hours or days of your valuable time. Find out more about upgrading MSVC with the @Modernize agent on Microsoft Learn.

Screenshot of Visual Studio Modernize agent in GitHub Copilot Chat Window with a prompt of 'Upgrade me to the latest MSVC'

Changes since MSVC Build Tools v14.51 Release Candidate

Since the release of the MSVC v14.51 release candidate, we’ve made the following improvements:

  • Preview support for Intel APX (Advanced Performance Extensions). This support is enabled via the /feature:APX compiler option to target various APX features like Extended General-Purpose Registers (EGPRs), New Data Destination (NDD), No-Flags Update (NF), new conditional ISA and optimized registers save/restore operations. These are documented in the Intel APX documentation.

MSVC Build Tools Previews

The team is already hard at work on delivering the next round of features and improvements for MSVC. You can get those bits early by installing Visual Studio 2026 Insiders and configuring MSVC Build Tools v14.52 Preview. Visual Studio Insiders + MSVC Preview is the best way to stay on the bleeding edge and receive frequent updates to MSVC.

Update today!

We have been working to make staying up-to-date with the latest MSVC as effortless as possible. Update today and share your feedback with us on Visual Studio Developer Community.