You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.
I'm experiencing the same error reported by another user. I receive the following error message when trying to build any project. I am using Visual Studio 2015.
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.Cpp.InvalidPlatform.Targets(21,7): error MSB8006: The Platform for project 'ConsoleApplication2.vcxproj' is invalid. Platform='MinGW'. This error may also appear if some other project is trying to follow a project-to-project reference to this project, this project has been unloaded or is not included in the solution, and the referencing project does not build using the same or an equivalent Platform.
I receive similar errors when using your Clang platform toolset, however the native LLVM toolset under Win32 works just fine. I have setup both CLANG_BIN and MINGW_BIN. I can also build my project in CodeBlocks using GCC and Clang.
Thanks
The text was updated successfully, but these errors were encountered:
nick-crowley
changed the title
Visual Studio 2015: "error MSB8006: The Platform for project 'xxxxx.vcxproj' is invalid."
Incompatible with Visual Studio 2015
Oct 17, 2015
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm experiencing the same error reported by another user. I receive the following error message when trying to build any project. I am using Visual Studio 2015.
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.Cpp.InvalidPlatform.Targets(21,7): error MSB8006: The Platform for project 'ConsoleApplication2.vcxproj' is invalid. Platform='MinGW'. This error may also appear if some other project is trying to follow a project-to-project reference to this project, this project has been unloaded or is not included in the solution, and the referencing project does not build using the same or an equivalent Platform.
I receive similar errors when using your Clang platform toolset, however the native LLVM toolset under Win32 works just fine. I have setup both CLANG_BIN and MINGW_BIN. I can also build my project in CodeBlocks using GCC and Clang.
Thanks
The text was updated successfully, but these errors were encountered: