How to Initialize LevelSequencePlayer Using C++

UPDATE: It picked up the new dependencies after going to File → Refresh Visual Studio Project

For some reason I cannot seem to get these types recognized. I’ve added “LevelSequence”, “MovieScene” to my .Build.cs file…but VS still cannot pick up ALevelSequenceActor or LevelSequencePlayer (it does recognize UMovieSceneSequencePlayer, but the Initialize method always crashes the editor for me)