Hello guys, i have an issue with intellisense… as soon as i type something like GetWorld()-> or anything else with this arrow operator my intellisense says ‘no members available’. This is very annoying especially for a beginner like me.
I hope someone has an idea how to solve this, thank you!
Due to Include What You Use system you have to:
#include “Engine/World.h”
#include “GameFramework/Actor.h”
1 Like
Thanks you for your help, but it did not work either… i now just replaced intellisense and installed Visual Helper X. Now everything works fine