Quote Originally Posted by shaunakde View Post
Code:
Error	256	error LNK1120: 2 unresolved externals	H:\shaunak\Projects\Sar_CCD_fork_18July\Debug\Sar_CCD.exe	Sar_CCD

Error	255	error LNK2019: unresolved external symbol "public: __thiscall CPropertiesWnd::CPropertiesWnd(void)" (??0CPropertiesWnd@@QAE@XZ) referenced in function "protected: __thiscall CMainFrame::CMainFrame(void)" (??0CMainFrame@@IAE@XZ)	H:\shaunak\Projects\Sar_CCD_fork_18July\Sar_CCD\MainFrm.obj	Sar_CCD

Error	254	error LNK2019: unresolved external symbol "public: virtual __thiscall CPropertiesWnd::~CPropertiesWnd(void)" (??1CPropertiesWnd@@UAE@XZ) referenced in function __unwindfunclet$??0CMainFrame@@IAE@XZ$0	H:\shaunak\Projects\Sar_CCD_fork_18July\Sar_CCD\MainFrm.obj	Sar_CCD

	257	IntelliSense: #error directive: Please use the /MD switch for _AFXDLL builds	c:\program files (x86)\microsoft visual studio 10.0\vc\atlmfc\include\afxver_.h	81	3
Im attaching a screenshot so its easier to read
Well, your screenshot does not provide any additional useful info.
So, again:
Quote Originally Posted by Victor
Did you do the Rebuild <your project>? (from the menu Build)?
If you did then the next question: is CPropertiesWnd is defined in some of the files you removed from the project? If "yes" - then please, remove all the CPropertiesWnd references too.