Hi i just wanted to install back a 3.3.5 version on my pc to updates my old scripts but i got this error while compiling :
error C1027: Inconsistent values for /Ym between creation and use of precompiled header
Now my others sources doesn't compile anymore. basically, my compiler is broken.
i Searched Online they say that we should put /Zm1000 : https://msdn.microsoft.com/en-us/library/bdscwf1c.aspx
but.. i can't find anywhere where i could put it, In the project properties there's no "Configuration Properties, C/C++, Command Line"
+ i re-installed everything for Core Compilation and the error is still here.
any one got an idea ?