After updating quixel bridge all cpp builds are broken

I have been using 5.2 for about a month now and have been compiling several projects successfully. Then all of a sudden I have been getting this error on every cpp project:

Expecting to find a type to be declared in a module rules named 'MetaHumanProjectUtilities' in UE5Rules, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null.  This type must derive from the 'ModuleRules' type defined by Unreal Build Tool.

The only thing I can think of that changed recently was an update to quixel bridge, but I am not even using it in any of my projects so maybe completely unrelated.

I am not using metahuman either despite MetaHumanProjectUtilities being called out in the error.

Furthermore, it does not seem to be able to find CoreMinimal.h:

but that file certainly still exists:

this appears to be the same issue as here:

Removing quixel bridge, indeed, allows me to compile again.

Marking as solved for now, though I’d like to see the quixel bridge plugin updated to really solve this issue.