How to Compile wxWidgets in Visual Studio 2010?

I have been looking around and the pages I find don't give a very good description of what to do. I have tried ( http://www.rhyous.com/2009/12/16/how-to-compile-a-wxwidgets-application-in-visual-studio-2008/ ) which is for VS 2008, and the build error I get is

1>  minimal.cpp
1>c:\users\kraigballa\documents\visual studio 2010\projects\wxtest\wxtest\minimal.cpp(21): fatal error C1083: Cannot open include file: 'wx/wxprec.h': No such file or directory
1>
1>Build FAILED.


So it looks like the files cannot be found even though I followed that tutorial to a "T". The path to wxWidgets for me is C:\wxWidgets-2.8.11
You need 2 include path:

[Your path to wxWidgtets]\include
[Your path to wxWidgtets]\lib\vc_lib\mswd
Topic archived. No new replies allowed.