Build Error Msg
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\Microsoft.Cpp.Win32.Targets(518,5): error MSB8008: Specified platform toolset (v110) is not installed or invalid. Please make sure that a supported PlatformToolset value is selected.
Build FAILED.
Solution :
step 1 : Remove *.suo files.
step 2 : Remove *.vcxproj.filters and *.vcxproj.user files.
step 3 : Remove Build History (Both Debug & Release).
step 4 : Edit (ProjectName).vcxproj file :
Remove all "
step 5 : Reopen (SolutionName).sln and rebuild solution.
The Key Point Is :
"step 4 : Edit (ProjectName).vcxproj file :
Remove all "v110" section and save file."