There is nothing wrong with my project but VS randomly gives errors:
1) LNK1120 3 unresolved externals .. PlayerDB.Console.exe 1
2) LNK2019 unresolved external symbol "public: void __cdecl Application::Start(void)" (?Start@Application@@QEAAXXZ) referenced in function main ..\main.obj 1
3) LNK2019 unresolved external symbol "public: __cdecl Application::Application(void)" (??0Application@@QEAA@XZ) referenced in function main ..\main.obj 1
4) LNK2019 unresolved external symbol "public: __cdecl Application::~Application(void)" (??1Application@@QEAA@XZ) referenced in function main ..\main.obj 1
These keep popping up again and again, several times today alone. If I clean the solution the project builds and runs. How can I prevent this from happening or is it a bug in VS?
