Add
#include "GameFramework/CharacterMovementComponent.h"
to the top of your source file. A lot of headers were moved out of the global monolithic headers in 4.15 and must be included as you use them.
Add
#include "GameFramework/CharacterMovementComponent.h"
to the top of your source file. A lot of headers were moved out of the global monolithic headers in 4.15 and must be included as you use them.