I have been making this SDL game it's been working fine until now when i opened it and showed me these two errors the code is too lengthy it would be hard to paste how can i solve this error where do i need to search for it , it's taking so much time
Error 1 error LNK2019: unresolved external symbol "public: __thiscall player::player(struct SDL_Surface *)" (??0player@@QAE@PAUSDL_Surface@@@Z) referenced in function "public: __thiscall game::game(void)" (??0game@@QAE@XZ) C:\Users\Sharan Gohar\Documents\Visual Studio 2010\Projects\Sdl_setup\Sdl_setup\game.obj
Error 2 error LNK1120: 1 unresolved externals C:\Users\Sharan Gohar\Documents\Visual Studio 2010\Projects\Sdl_setup\Debug\Sdl_setup.exe
Sorry i found it the problem was that i didn't added existing file for player.cpp explicitly in header files folder in IDE i didn't know that was compulsory