Adding OnlineSubsystem dependency is breaking intellisense?

I’m having a weird issue with intellisense. When i add OnlineSubsystem to my dependencies, it messes up all the includes for intellisense.

Steps to reproduce (hopefully):

  1. Create a new c++ third person project.

  2. In YourProject.build.cs add “OnlineSubsystem” to the string[] shown below:

    PublicDependencyModuleNames.AddRange(new string[] {default dependencies});

Ive tried regenerating the visual studio project files after building. The project compiles, but intellisense cant find the included files causing everything to be red.

Any ideas??

Thanks,
Michael

IntelliSense can be slow, have you waited untill it says ‘ready’ in the bottom left in VStudio?

Thanks for the reply!

And yes i’ve waited for intellisense to finish parsing the header files and what not.

Does everyone use intellisense or should i give up on it and use a 3rd party addon? Intellisense seems really glitchy with ue4

No probs, I have no clue what could be the issue. I’m a Monodevelop fan TBH, But getting all UE4’s dependencies etc to make autocomplete work seems redundant. Unless it’s easier than I’m thinking huehuheu…good luck with it!

EDIT: I actually love Monodevelop. (literally)