microsoft / BuildCast

Example UWP Media Application to show best practices
MIT License
455 stars 145 forks source link

IntelliSense Failure #27

Open nastybuttler322 opened 6 years ago

nastybuttler322 commented 6 years ago

I've never loaded a UWP source application before this. But when I load this up into Visual Studio, I get this message:

[Failure] Could not find file 'C:\Users\Me\Desktop\BuildCast-master\BuildCast-master\src\BuildCast\obj\ARM\Debug\App.g.i.cs'.

It does have 'App.g.cs' in the target directory. Is this supposed to be the same file? It is not there before I load the project into Visual Studio.

nastybuttler322 commented 6 years ago

Same thing for x86

[Failure] Could not find file 'C:\Users\Me\Desktop\BuildCast-master\BuildCast-master\src\BuildCast\obj\x86\Debug\App.g.i.cs'.

nastybuttler322 commented 6 years ago

Same thing for all other architectures. I don't know what this file is for, so I can't fix it.