tengo este error al compilar alguien me ayuda ?
#include "Kpchaeffect.h"// pones el nombre del archivo de kapocha xd esque nose como se escribe xd
1>------ Build started: Project: Main, Configuration: Release Win32 ------
1>Build started 10/17/2020 7:56:52 PM.
1>InitializeBuildStatus:
1> Touching "Release\Main.unsuccessfulbuild".
1>ClCompile:
1> All outputs are up-to-date.
1> Main.cpp
1>c:\users\root\desktop\source ex603 1.04e\source\main_ex603\main\Object.h(88): warning C4094: untagged 'class' declared no symbols
1>c:\users\root\desktop\source ex603 1.04e\source\main_ex603\main\import.h(178): warning C4005: 'pGetTextLine' : macro redefinition
1> c:\users\root\desktop\source ex603 1.04e\source\main_ex603\main\import.h(54) : see previous definition of 'pGetTextLine'
1>c:\users\root\desktop\source ex603 1.04e\source\main_ex603\main\import.h(243): warning C4005: 'pShowMonster' : macro redefinition
1> c:\users\root\desktop\source ex603 1.04e\source\main_ex603\main\CustomMonster.h(14) : see previous definition of 'pShowMonster'
1>c:\users\root\desktop\source ex603 1.04e\source\main_ex603\main\Pet.h(30): warning C4005: 'sub_4C8640' : macro redefinition
1> c:\users\root\desktop\source ex603 1.04e\source\main_ex603\main\CustomInterface.h(5) : see previous definition of 'sub_4C8640'
1>c:\users\root\desktop\source ex603 1.04e\source\main_ex603\main\Pet.h(72): warning C4005: 'sub_580BB0' : macro redefinition
1> c:\users\root\desktop\source ex603 1.04e\source\main_ex603\main\CustomMonster.h(18) : see previous definition of 'sub_580BB0'
1>ResourceCompile:
1> All outputs are up-to-date.
1>Link:
1> Creating library C:\Users\ROOT\Desktop\Source ex603 1.04e\Source\Main_EX603\Release\Main.lib and object C:\Users\ROOT\Desktop\Source ex603 1.04e\Source\Main_EX603\Release\Main.exp
1>Main.obj : error LNK2001: unresolved external symbol "public: void __thiscall KpochinEffct::Load(void)" (?Load@KpochinEffct@@QAEXXZ)
1>Main.obj : error LNK2001: unresolved external symbol "class KpochinEffct gKpochinEffct" (?gKpochinEffct@@3VKpochinEffct@@A)
1>C:\Users\ROOT\Desktop\Source ex603 1.04e\Source\Main_EX603\Release\Main.dll : fatal error LNK1120: 2 unresolved externals
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.83
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
HOW TO FIX THIS ERROR?