So, there's this incredibly annoying problem where you have to re-open VS to make intellisense work again after modifying headers.
Any small change will completely prevent it from being useful:


All because the macro expects to find code at a specific line:


Why don't you simply define all of the UObject macros as nothing for intellisense?
Any small change will completely prevent it from being useful:
All because the macro expects to find code at a specific line:
Why don't you simply define all of the UObject macros as nothing for intellisense?
Comment