I am using visual studios 2019 and trying to compile the protobuf C++ example. I followed all the steps from the document(readme.txt) and built the .lib file and included it in the project and compiled it. It still shows these link issues and they don't seem to go away. Also i have tried using the newest version protobuf and the earlier (3.17, 3.16 ) thats is available If anyone can please help or guide me to resolve this issue.
\error LNK2019: unresolved external symbol "public: bool __cdecl google::protobuf::MessageLite::ParseFromArray(void const *,int)" (?ParseFromArray@MessageLite@protobuf@google@@QEAA_NPEBXH@Z) referenced in function "void __cdecl ReceiveRequest(bool *)"