It seem that the problem is about your linker settings.
Go in your project and add the lib directory of wxWidgets to the linker search directories list.
I know that I had similar kind of problems with the wizard, so now I just use an empty project and configure it by myself when I use windows (and on linux, the wizard uses a different way to fill the paths) so I do not know what you miss in the tutorial.