Visual Studio Setup

After a fresh Windows 10 and Visual Studio 2017 Community installation i’m trying to setup the toolchain again.

Should i install the old MSYS-1.0.11.exe or a newer MSYS version via mingw-get installer? Or maybe minGW-w64?

Which option i should chose?

[1] MSYS-1.0.11.exe (old all in one installer)

[2] msys-1.0.19-1 (to be installed via the newer mingw-get installer/package manager)

[3] minGW-w64 (looks like an active project in contrast to minGW)

As a start i imported svn.mios32 source files into VS, but get numerous include errors ‘cannot open source file’.

After adding some include directories to the project i could get rid of some of them, but i wonder if this is the best way. There must be a way to import references from the makefile, right?

 

Looking further into all the project files it seems to me that i have to copy/convert the ‘Include Pathes’ inside .cproject file to <IncludePath> inside .vcxproj file. Is this correct?

Can someone who is using Visual Studio give me some hints how to migrate the project?