Showing tag results for visual studio

Nov 24, 2025
Post comments count19
Post likes count2

New release cadence and support lifecycle for Microsoft C++ Build Tools

Marian Luparu
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
Nov 11, 2025
Post comments count6
Post likes count3

What’s New for C++ Developers in Visual Studio 2026 version 18.0

Augustin Popa
Augustin Popa

Get ready to level up your C++ productivity, because Visual Studio 2026 version 18.0 is now generally available! You can take advantage of the new features, bug fixes, and performance improvements in your production environment. This post describes what’s new for C++ developers, including new features or improvements in these areas: ...

Visual StudioC++Announcement
Nov 6, 2025
Post comments count1
Post likes count1

Inside Visual Studio: Improving Open-Source Workflows with vcpkg

Eve Silfanus
Eve Silfanus

vcpkg, an open-source C/C++ package manager maintained by Microsoft, is increasingly recognized as a leading dependency management solution. As an enterprise-grade tool, it enables organizations to streamline library imports, reduce duplication, and support flexible, reproducible builds across a wide array of environments. This need for streamli...

C++Vcpkg
Oct 30, 2025
Post comments count6
Post likes count4

Upgrading C++ Projects to Visual Studio 2026

Augustin Popa
Augustin Popa

With Visual Studio 2026 version 18.0 getting closer to General Availability (GA), we want to share with you how you can upgrade your projects from your current versions of Visual Studio and the Microsoft C++ (MSVC) Build Tools to the latest versions. The new IDE ships with the v145 platform toolset for MSBuild C++ projects and MSVC Build Tools vers...

AnnouncementC++
Sep 10, 2025
Post comments count45
Post likes count7

Visual Studio 2026 Insiders is here!

Augustin Popa
Augustin Popa

Get ready –the first Insiders release of Visual Studio 2026 has arrived! In this new evolution of Visual Studio, we’re continuing our commitment to building the best integrated developer environment for C++ developers on Windows. Visual Studio 2026 features a fresh UI, faster performance, and improved developer productivity with advanced AI ...

C++
Nov 1, 2024
Post comments count0
Post likes count1

Microsoft C++ Team at CppCon 2024: Trip Report

Augustin Popa
Augustin Popa

The Microsoft C++ team attended CppCon, the largest C++ conference in the world. This year, the conference was held in Aurora, Colorado from September 16-20. Microsoft Booth Our team managed a booth from Monday to Thursday of the week. This gave us an amazing opportunity to interact with the C++ community and discuss many topics of interest as we...

C++VcpkgVisual Studio Code
Apr 26, 2024
Post comments count2
Post likes count2

Usability Improvements in the Visual Studio Connection Manager

Sneha Ramachandran
Sneha Ramachandran

In Visual Studio 2022 17.10 Preview 2, we’ve introduced some UX updates and usability improvements to the Connection Manager. With these updates we provide a more seamless experience when connecting to remote systems and/or debugging failed connections. Please install the latest Preview to try it out. Read on to learn what the Connection Manager do...

C++
Jul 19, 2017
Post comments count2
Post likes count0

Using MinGW and Cygwin with Visual C++ and Open Folder

Will Buik
Will Buik

Building cross-platform C and C++ code is easier than ever with Visual Studio 15.3 Preview 4.  The latest preview improves support for alternative compilers and build environments such as MinGW and Cygwin.  MinGW (Minimalist GNU for Windows), in case you are not familiar with it, is a compiler in the GCC family designed to run natively on Windows. ...

AnnouncementOpenFolder
May 10, 2017
Post comments count0
Post likes count0

CMake support in Visual Studio – what’s new in 2017 15.3 Preview

Will Buik
Will Buik

We are excited to announce the first preview release of Visual Studio 2017 15.3 update in conjunction with our Build 2017 conference!  This preview includes two new features of interest to developers utilizing CMake.  Support for the CMake Ninja generator and CMake CTest integration in the IDE. Please download the preview and try out the latest CMa...

CMake
Apr 17, 2017
Post comments count0
Post likes count0

CMake support in Visual Studio – what’s new in 2017 15.2 update

Will Buik
Will Buik

Today’s preview release of Visual Studio 2017 15.2 update comes with several improvements and new features in CMake Tools for Visual Studio – recently updated to cover 15.2.  We have upgraded the included version of CMake to 3.7.2 and enhanced the discoverability of features in the CMake menu.  This update also includes bugfixes for community repor...

CMake