Thanks for the quick reply - I should have tried removing it - I guess visual studio doesn't have "organize imports" like eclipse has (which for java deletes all unused imports)

The build went further but then failed on

4>c:\cygwin\home\dl\mojoware-read-only\mojo_app\cScrobMgrIm.h(15): fatal error C1083: Cannot open include file: 'tPt.h': No such file or directory

#include <tPt.h>

which I also commented out (it 2 files, the above and another one) and it passed

then next error is :

1>mojo_app.rc(33): error RC2135: file not found: E:\d\sou\cpp\Mojo\mojo_app\mojo_app.ico

which I guess is that you have hardcoded path to resources ?