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?