Go To Definition Visual Studio

Hi,
I’m working my way through the Unreal Engine 5 c++ course Toon Tanks v2.

I know that the instructors are using VSC, but I cannot imagine I am the only person just using VS, and here lies my issue.

The instructor is teaching us how to look up the functions within the IDE by going to the definition, and this looks absolutely brilliant, the info he gets in VSC, but when I try and do the same in VS, the IDE does not open up the header file as it does for the instructor. Am I doing something wrong, or is this simply not supported in VS?


And here is just an example of what the instructor gets up:

FVector, FRotator, et al. have changed in UE5. They are now aliases of templated classes that are defined in the UE::Math namespace.

FRotator Is now a typedef of UE::Math::TRotator<double>

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms