Juce8 Projucer asserts when creating blank project

Way to reproduce:

Build projucer
Start it
Do File->New project
Select Application → Blank
Click the +18 more down arrow in the modules list
Scrollbar appears (se pic 1)
Scroll down a few lines
You get a jassert on line 116 of juce_Direct2DGraphicsContext_windows.cpp (see pic 2)

Using windows 11 and vs 2022


Looks like the same issue as this thread:

The same patch should work. There should be an official fix available in the near future.

Matt

Ok. Thanks matt.

Edit: Unfortunately that fix didn’t work. Still a jassert. Had to comment out the jassert altogether to get the code to work