Build started...
1>------ Build started: Project: NinjaTrader.Custom, Configuration: Debug Any CPU ------
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Microso ft.Common.CurrentVersion.targets(2203,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "PresentationCore", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
It just hangs here and never builds anything. Is there a cache I can clear out or anything? Or maybe somehow create a new project so I can start using it again?
I even tried exiting Ninja and leaving Visual Studio up to build. But it still doesn't build.

Comment