4.24 C++ Transition Guide

Tried migrating a project from 4.22 to 4.24.3, and all the engine includes are now broken. #include “CoreMinimal.h” for example does not work anymore unless I type in the full directory “Runtime/Core/Public/CoreMinimal.h”. And when I create a new project there is no include problems at all.

I honestly couldn’t find anything to fix this issue