1. 关于include:
试试双引号:
#include "resource.h"

2. 改成:
wndclass.hCursor = LoadCursor( hInstance, MAKEINTRESOURCE(IDC_CURSOR1));