-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Actual behavior:
build.cmd fails, prints pages of messages like this: C:\Temp\wpf\src\Microsoft.DotNet.Wpf\src\DirectWriteForwarder\DirectWriteForwarder.vcxproj(28,5): error MSB4019: The im ported project "C:\Temp\wpf\.tools\msbuild\16.5.0-alpha\tools\MSBuild\Microsoft\VC\v160\Microsoft.Cpp.Default.props" wa s not found. Confirm that the expression in the Import declaration "C:\Temp\wpf\.tools\msbuild\16.5.0-alpha\tools\MSBui ld\Microsoft\VC\v160\\Microsoft.Cpp.Default.props" is correct, and that the file exists on disk.
I've checked and indeed, there's no VC directory in that location. Your build.cmd has downloaded the msbuild with the following subfolders in MSBuild\Microsoft:
Microsoft.NET.Build.Extensions
NuGet
VisualStudio
None of them contains Microsoft.Cpp.Default.props
file.
Expected behavior:
Built.cmd should work.
Minimal repro:
Not available. Checkout the repository.