Posts by this author

Nov 12, 2025
Post comments count0
Post likes count0

Fix build issues using GitHub Copilot after upgrading MSVC Build Tools

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
Oct 31, 2025
Post comments count3
Post likes count0

Microsoft C++ Team at CppCon 2025: Trip Report

Another year and another CppCon is all wrapped up! Microsoft was pleased to once again be an exhibitor and to have several of our employees present sessions at the conference. Here are my major takeaways from the keynotes, sessions, conversations, and the general vibe. The week before CppCon, we announced Visual Studio 2026 and Mic...

C++CMakeVisual Studio Code
Sep 11, 2025
Post comments count0
Post likes count1

Microsoft C++ Team at CppCon 2025

  It's that time of year again! We are excited to see you all at CppCon this year, where we'll once again be delivering a variety of presentations, from the latest advancements in debugging technology to extensibility frameworks for AI agents. See the end of this post for a listing of all of the sessions involving Microsoft staff. And y...

C++AnnouncementSurvey
Apr 13, 2023
Post comments count5
Post likes count1

Even faster builds with Incredibuild 10 and Visual Studio 17.6 Preview 3

Note: This post was co-authored with Incredibuild's Director of Product Marketing, Yohai West. We are pleased to announce that Visual Studio version 17.6 Preview 3 includes Incredibuild's most advanced developer acceleration platform: Incredibuild 10. This release includes several notable, new features that empower teams to speed up the developm...

AnnouncementC++Game Development
Apr 25, 2022
Post comments count0
Post likes count0

Customizing GitHub Codespaces for C++ Projects

A walkthrough for creating a GitHub Codespace, customizing the Codespace development container, and configuring Visual Studio Code for developing in a C++ project such as microsoft/vcpkg-tool.

C++VcpkgVisual Studio Code