CMake branch issues in Windows

Hello,
I have updated my project to the latest linux branch commit and it fails to create the plugin window.

(IPlugApp_main.cpp line 83)

When CreateDialog is called it returns error 1813.

I have tried to compile an example project and it also fails. I imagine that it is due to some problem in the CMake configuration because if I use the “original” .sln solution it works for me.

Has anyone else encountered the same error? Thanks <3

Tested in Visual Studio 2022 (Windows 11)