C++ game source not included in VS project.

Hello everyone,

I just created a brand new C++ project with some new C++ class, and I’m not able to find the include headers of my classes.

I’ve look at the include directories and there are a bunch pointing to the engine folders but none to my game ones. Here is an example of what is included



...
D:\UnrealProjects\UE_4.25\Engine\Intermediate\Build\Win64\UE4Editor\Inc\Engine
D:\UnrealProjects\UE_4.25\Engine\Source\Runtime
...


But none pointing to where the game is.



D:\SomeFolders\Game\Source


I’ve tried to re-generate from scratch but no luck.
I am missing something? or is something happening recently?

I’am using UE4.25.3
VS 2019

Thanks in advance!