Showing results for existing code - C++ Team Blog

Oct 5, 2016
1
0

CMake support in Visual Studio

Marian Luparu
Marian Luparu

⏱ Updated on October 5, 2017 with the latest functionality included with Visual Studio 2017 15.4 Visual Studio 2017 introduces built-in support for handling CMake projects. This makes it a lot simpler to develop C++ projects built with CMake without the need to generate VS projects and solutions from the command line. This post gives you an...

AnnouncementCMakeNew User
Oct 5, 2016
0
0

Bring your C++ codebase to Visual Studio with “Open Folder”

Marian Luparu
Marian Luparu

⏱ Updated on March 06, 2017 with the latest functionality in Visual Studio 2017 RTW Welcome to Visual Studio 2017! Starting with this release, Visual Studio supports opening folders containing source code without the need to create any solutions or projects. This makes it a lot simpler to get started with Visual Studio, even if your project ...

AnnouncementOpenFolderNew User