Compilation error when following along with Unreal's C++ Tutorials

Oh wow thank you. I would have never caught that. The compiler usually catches those errors but I guess since I did a forward declaration of APickup it just showed up like a normal class in visual studio. Thanks again!