error

I am compiling this program of a 3D maze and its doesnt recognise the IDI_ICON1. Its giving an error.Can someone please help me and tel me how can i correct it.

wc.hIcon = LoadIcon( hInstance, MAKEINTRESOURCE( IDI_ICON1 ) );

Just skip the line. The Icon is not needed.
cheers