I have a project that consist of 10 forms. When I compile this project I get this compile error.
1>Form6.obj : error LNK2011: precompiled object not linked in; image may not run
1>LINK : fatal error LNK1104: cannot open file '.\Debug\Form6.obj'
In the debugfolder I can find these anyway but not in the "ClassViewer".
Form1.Form6.resources
Form6.obj
What do I need to do to not get this compileerror ?