I had installed VS2010 and VS2012, and I always used C#. I started to do 3D development with OGRE3D and I tried to set up Newton Game Dynamics with it, but it looks like all the tutorials and set-up instructions are really, really old and I only found instructions to compile and build it in VS2008.
So I downloaded a file called vcsetup.exe from here: http://www.microsoft.com/en-us/download/details.aspx?id=6506 and I installed it perfectly fine. The setup said "Visual C++ Studio 2008 express" so I though this was the correct one.
But when I try to open the solution and the related .vcproj files (Visual C++ project files) a error pop up saying "this project file could not be opened with this version of Visual Studio".
I tried to create a blank C++ project but there aren't any templates for it.
I also tried to compile this Newton engine with VS2010 and VS2012 but when I do the conversion and I try to compile it, more or less 6 of the following errors come up, and some other that says couldn't find Newton.h
Error error MSB3073: The command "xcopy "Win32/dContainers/Debug\dContainers.lib" "../Win32/Debug/." /F /Y /R :VCEnd" exited with code 4. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets 134
So I don't know what to. Is VS2008 still supported? Probably that is the reason it won't let me open projects on it.
This is the tutorial I have been following to create a project with OgreNewt and Newton: http://www.ogre3d.org/tikiwiki/tiki-index.php?page=OgreNewt