error LNK2001: 无法解析的外部符号

哪位好兄弟帮我解释一下是什么原因 顺便告诉我一下怎么么解决
error LNK2001: 无法解析的外部符号 "public: virtual int __thiscall CAsyncSocket::Receive(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT > >,int,int)" (?ReceiveCAsyncSocketUAEHV?$CStringTDV?$StrTraitMFCDV?$ChTraitsCRTDATLATLHH@Z)
1>D:\project\666(类2.0)\5-Socket通信框架示例\client\Debug\client.exe : fatal error LNK1120: 1 个无法解析的外部命令

对应的代码贴出来啊,看看你出问题得代码是啥样

引用外边库的话外边库链接有问题