I am trying to build the project file for the counters example provided in the installation disc under the wxWidgets folder. I am using Visual Studio 9.0 to try to build the project to interface to the Opal Kelly board, however, I cannot do so. I get the error below.
1>.\Counters.cpp(1) : fatal error C1083: Cannot open include file: ‘wx/wxprec.h’: No such file or directory
Where do I obtain this file? So I need to install wxWidgets in order to run this program? My overall goal is to try to create a new executable file to get a better understanding of Visual Studio 9.0 and the process of creating such files.