Hello,
I’m coding in C++ in Visual Studio 2022. It does not detect UPROPERTY modifiers (like BlueprintReadOnly). It only shows CPF_BlueprintReadOnly, which results in a build error. When I type it myself it does not result in a build error.
How can I make it auto-complete it?