Tumunzahar
Newcomer
- Joined
- Jan 1, 2004
- Messages
- 6
Hi,
I've been working on a project which has been going good so far, but just now I got some errors I don't understand.
I've just added quite some .h and .cpp files, and when I compiled I got an error on the line #include "stdafx.h" in every .cpp file in my project.
The error states that it
" Cannot read CLR runtime data file: '...\debug\stdafx.obj' "
Which I don't understand at all because a moment ago it worked just fine and I got no error on that include line.
All I did was add a bunch of .h and .cpp files that contain correct code.
Can anyone help ?
Thanks
I've been working on a project which has been going good so far, but just now I got some errors I don't understand.
I've just added quite some .h and .cpp files, and when I compiled I got an error on the line #include "stdafx.h" in every .cpp file in my project.
The error states that it
" Cannot read CLR runtime data file: '...\debug\stdafx.obj' "
Which I don't understand at all because a moment ago it worked just fine and I got no error on that include line.
All I did was add a bunch of .h and .cpp files that contain correct code.
Can anyone help ?
Thanks