Originally posted by: Cormac_Cork
Hi,
Further to this post, I'm encountering the same problem I'm afraid:
"fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory"
I've configured Visual Studio (2010 Express) as per the instructions provided in <installDir>cpp.html and <installDir>readmeWindows.html. IL_STD is in the preprocessor definitions.
The #include for iostream.h is in <installDir>\concert\include\ilconcert\ilosys.h
I'm reviving C++ code that was last successfully compiled circa 2006 under VS 2003 and Solver60. Sln was successfully imported into VS2010E and code/reference changes made to reflect Concert and CPOptimizer changes between Solver60 and CPLEX Studio 122.
I'm not a regular C++ programmer but I understand there have been changes to how C++ header files are handled? Could the above have something to do with these changes?
Note also:
1. I'm using Visual Studio 2010 Express & CPLEX Studio 122
2. I'm linking to the <installDir>\cpoptimizer\lib\x86_windows_vs2008\stat_mda\ libraries
3. The only variation from the instructions in cpp.html is the "Debug Information format" is set to Program Database (/Zi) instead of /Zd
Could any of 1-3 above be causing the problem? I'm conscious VS 2010 Expresss is not in the list of compatible IDEs in mpp.html.
Any pointers appreciated.
BR
Cormac
#CPOptimizer#DecisionOptimization