Precomp.cpp and Nuget errors #870

Open
opened 2026-01-30 22:07:40 +00:00 by claunia · 0 comments
Owner

Originally created by @lzlrd on GitHub (May 9, 2019).

  • Your Windows build number: 18890.1000

  • What you're doing and what's happening: Opening solution then building the following as Debug x64:
    image

  • What's wrong / what should be happening instead:

When loading:

This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\..\..\packages\Microsoft.UI.Xaml.2.1.190405001-prerelease\build\native\Microsoft.UI.Xaml.targets.	CascadiaPackage	F:\Users\seacr\source\repos\Terminal\src\cascadia\CascadiaPackage\CascadiaPackage.wapproj	120

When building: Repetitions of differenet versions of fatal error C1083: Cannot open source file: '..\precomp.cpp': No such file or directory (basically lots of errors referring to precomp.cpp missing).

When running .\tools\razzle.cmd:

PM> .\tools\razzle.cmd
Could not find MsBuild on your machine. It may be installed somewhere else.
Originally created by @lzlrd on GitHub (May 9, 2019). * Your Windows build number: 18890.1000 * What you're doing and what's happening: Opening solution then building the following as Debug x64: ![image](https://user-images.githubusercontent.com/24303423/57430256-04b87800-7227-11e9-9ad6-0ffa1f94b0e1.png) * What's wrong / what should be happening instead: When loading: ``` This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\..\..\packages\Microsoft.UI.Xaml.2.1.190405001-prerelease\build\native\Microsoft.UI.Xaml.targets. CascadiaPackage F:\Users\seacr\source\repos\Terminal\src\cascadia\CascadiaPackage\CascadiaPackage.wapproj 120 ``` When building: Repetitions of differenet versions of `fatal error C1083: Cannot open source file: '..\precomp.cpp': No such file or directory` (basically lots of errors referring to precomp.cpp missing). When running `.\tools\razzle.cmd`: ``` PM> .\tools\razzle.cmd Could not find MsBuild on your machine. It may be installed somewhere else. ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#870