Archive for February 3rd, 2010

You are browsing the archives of 2010 February 03.

VC++ 2008 express (vs2008) – fatal error C1085 … The parameter is incorrect.

Recently while trying to compile wxWidgets for the open source project glest, I kept getting errors in VC++ 2008 express edition related to pre-compiled headers. The errors were:
fatal error C1085 … The parameter is incorrect.
In my case the solution was found here (see Gary Gilbreath’s comment.. especially item #3)
I was compiling on a mapped network [...]