Add this:
On Windows 7 the standard SDK is set to the 6.1 version.
However we need 7.0.
(Or else x64 bit compiling won't work meaning you can only compile x86 builds)
To change that we go into the start menu,press All Programms and go to Microsoft Windows SDK v7.0.
Open the folder and run CMD Shell.
Type this in: WindowsSdkVer.exe -version:v7.0
If you don't do this you get that error that x64 conflicts with x86
EDIT:Or if you have 7.1: WindowsSdkVer.exe -version:v7.1
On Windows 7 the standard SDK is set to the 6.1 version.
However we need 7.0.
(Or else x64 bit compiling won't work meaning you can only compile x86 builds)
To change that we go into the start menu,press All Programms and go to Microsoft Windows SDK v7.0.
Open the folder and run CMD Shell.
Type this in: WindowsSdkVer.exe -version:v7.0
If you don't do this you get that error that x64 conflicts with x86
EDIT:Or if you have 7.1: WindowsSdkVer.exe -version:v7.1
