Hello,
I’m using Visual Studio Community 2019 and whenever I try to include a header file, Visual Studio is unable to autocomplete the folders and files. That is until I tried using
#include <GameFramework/ProjectileMovementComponent.h>
Is there a potential risk or big difference using these <> (greater than, less than) instead of the “” (quotes) ?