How to include (add) a Blueprint component to C++ Actor?

Try looking at the source code for ACharacter. The constructor will show you how to properly initialize a component.