Who can help me?Why I can't user Interface in UE 4.27 version c++?

The error message is telling you that an implementation for a non-pure-virtual function Crouch has not been found.

refer to this guide for correctly defining and implementing interface functions: Interfaces in C++ - UE4: Guidebook