C++ code is autocomplete in visual studio, but it does not work.

C++ code is autocomplete in visual studio, but it does not work.
I also installed the Visual Studio Integration Tool and installed everything related to Unreal, but the code doesn’t even work.

Maybe you are looking for UStaticMeshComponent?
It seems that is what is missing…

I think category is in quotes
Category="Whatever"

1 Like

As far as I know Visual Studio won’t autocomplete Unreal Engine code. For Unreal I use Rider and it has that function.

1 Like

Autocomplete works in Visual Studio, like this:

1 Like

Here are my settings, in VS 2022 version 17.7.4

2 Likes