Open C++ Project In Visual Studio For Mac

  1. Visual Studio For Mac Download
  2. Visual Studio On A Mac
  3. Visual Studio Community For Mac
Active1 year, 8 months ago

Can I open a Visual Studio C++ project on Mac OS X and run the app? Stack Exchange Network Stack Exchange network consists of 174 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. In Microsoft Visual Studio 2005 with Service Pack 1 (SP1), you open a Microsoft Visual C++ project that you created in the release version of Visual Studio 2005. When you do this, the project dependencies may be lost. Visual Studio gives you access to all its capabilities for reading and browsing C++ code that is part of the CMake project (e.g. Find all references, Go to, Peek definition, Semantic colorization and highlighting, Class View, Call hierarchy, etc.).

I have a c++ project in Visual Studio, and I need to run that project on MAC OS X computers. Is that possible?

user2022859

Visual Studio for Mac is a new member of the Visual Studio family, enabling developers on macOS to build apps for mobile, web, and cloud with Xamarin and.NET Core, as well as games with Unity. Like Visual Studio and Visual Studio Code, the C# support in Visual Studio for Mac is powered by the open source Roslyn Compiler Platform. You get the exact same IntelliSense experience you’re familiar with from Visual Studio, as well as support for in-editor live Analyzers and Code Fixes.

matevmatev

3 Answers

MonoDevelop Can be used to open and manipulate Visual Studio project on a Mac.It can however only open .csproj files, not the legacy .vcproj. You can convert your old project to a compatible one, using Visual Studio Conversion Wizard.

As you are working with C++, you are however free to use any IDE or editor you like. As long as loosing your project metadata files isn't a problem, you can just open the files in Xcode, TextMate, Sublime Editor or any editor of choice.

Jørgen RJørgen R
7,2487 gold badges35 silver badges53 bronze badges

Even though it's several years after asking this question, there is a possibility at last.

You can now install Visual Studio Code on Mac and work with C++. Here's how you can do it.

Visual Studio For Mac Download

CuriousityCuriousity

Visual Studio On A Mac

There are SOME things you can do with Visual Studio Projects / Solutions on a Mac if you use Expression Studio.

Aaron KempfAaron Kempf

Visual Studio Community For Mac

C++

Not the answer you're looking for? Browse other questions tagged visual-studio-2010macos or ask your own question.