Hello
I am trying to compile my project in VC++ Express Edition and get the error below. The project did compile fine before I reinstalled XP windows.
But now when I have installed everything again, I receive this error.
I dont understand what this can mean ?
When clicking the errorline "The system cannot find the path specified", Form1.cpp is opened and points to:
#include "stdafx.h"
I do dind both these files in the Form1 folder, both (stdafx.h and stdafx source)
1>------ Build started: Project: Form1, Configuration: Debug Win32 ------
1>Compiling...
1>Form1.cpp
1>.\Form1.cpp(3) : fatal error C1093: API call 'ImportFile' failed '0x80070003' : ErrorMessage: The system cannot find the path specified.
1>Description: The system cannot find the path specified.
1>HelpFile: complib.hlp
1>Build log was saved at "file://e:\Documents and Settings\Jen\My Documents\Visual Studio 2008\Projects\Form1\Form1\Debug\BuildLog.htm"
1>Form1 - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========