Skip to content

Instantly share code, notes, and snippets.

@gerzhan
Forked from No9/VCTargetsPath.reg
Last active August 29, 2015 14:26
Show Gist options
  • Select an option

  • Save gerzhan/6c90a1f9ea88f7ba2fda to your computer and use it in GitHub Desktop.

Select an option

Save gerzhan/6c90a1f9ea88f7ba2fda to your computer and use it in GitHub Desktop.
Reg file that cured error MSB4019: The imported project "C:\Microsoft.Cpp.Default.props" was not found. VCTargetsPath.reg is all that should be required
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\MSBuild\ToolsVersions\4.0]
"VCTargetsPath"="$(MSBuildExtensionsPath32)\\Microsoft.Cpp\\v4.0\\"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\4.0]
"VCTargetsPath"="$(MSBuildExtensionsPath32)\\Microsoft.Cpp\\v4.0\\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment