Hello. I am trying to complete a class project. My code compiles but will not link. I keep getting the following error:

Linking...
p9-4-4.obj : error LNK2001: unresolved external symbol "void __cdecl Load_Student_Ta ble(struct TABLE_STRUCT * const,int)" (?Load_Student_ Table@@YAXQAUTA BLE_STRUCT@@H@Z )
Debug/p9-4-4.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

...