Hello,
I’ve recently go back into using Unreal Engine and i am using version 25.4. When going to Include Header files in my CPP files, Visual Studio 2019 cannot seem to find them when using the syntax #include "FileName.h
". However, if i use the syntax #Include <FileName.h>
visual studio seems to find them. I have no issues compiling with either solution, but its a little strange having to use the <> syntax, especially for headers that are in the same directory as the cpp files. Any ideas whats going on here? Is this normal now?
Gifs Attatched.