"Find All References" option in the right click menu doesn't work like it should in VS.

It just behaving like I was search for the variable name in the whole solution ( my project and the entire UE4 source )instead of just finding the references to that specific variable.
Any idea how to solve it?

That’s just Intellisense, it doesn’t behave well with large codebases like Unreal.

To be honest, probably easier to use Ctrl+F and change the search option to entire solution.

What I want in this case is to find the references only in my project because this is a variable I declaring in my classes.

Bump! Anyone?..

You’ve probably heard this before…but Shift+Alt+F with Visual AssistX installed works.

It’s totally worth the money if you’re working more than a trivial amount of time in UE C++.