Derivation Compiling Fails

  • Thread starter Thread starter JVihinen
  • Start date Start date
J

JVihinen

Guest
When using class derivation the compiler fails. The both error messages point to the #include "pch.h" statement. I turned off the precompiled header option, but it still fails with the same error.

Error LNK2019 unresolved external symbol _main referenced in function "int __cdecl invoke_main(void)" (?invoke_main@@YAHXZ)

Continue reading...
 
Back
Top