You can try the following: Create a new project within your VS solution, but select "empty project" to avoid that VS creates some initial source files and stuff. Then create your own
main.cpp file and write a usual
int main() function (without the
_TCHAR stuff). Set the project properties required for OGDF (include dirs, libraries,
OGDF_DEBUG preprocessor flag for Debug build) and build the project.
Does the same error still occurs? Is it in Debug and Release mode?
Regards,
Carsten