The camera component I created for a character in CPP doesn't shows in his Blueprint Class

I think so I got it like this: UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = “Camera”, meta = (AllowPrivateAccess = “true”))
UCameraComponent* CameraComponent;