Can't run ProJucer

Using Visual Studio 2019 using windows, has worked before on my system but now isn’t. These are the two error codes.

Severity Code Description Project File Line Suppression State
Warning MSB8003 The WindowsSDKDir property is not defined. Some build tools may not be found. Projucer_App C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets 473
Severity Code Description Project File Line Suppression State
Error C1083 Cannot open include file: ‘crtdbg.h’: No such file or directory (compiling source file …\Source\CodeEditor\jucer_OpenDocumentManager.cpp) Projucer_App C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\yvals.h 12

Looks like you haven’t installed the Windows 10 SDK.

When installing Visual Studio, you need to select one of the Windows 10 SDKs in the individual components tab

Cheers mate, works now

1 Like