joelwenzel
Programmer
- Jun 28, 2002
- 448
I am having this really weird error and I can't figure out why it happens. Plus, it only seems to happen sometimes.
If I load a new project, add some stuff to a dialog, and then try to compile it, sometimes my cpp files disappear. I don't understand why because I am not doing anything significant.
For example, today I created a new project, dialog based. I then added an active x control to it. Then I tried to compile the program. I named the program test. When I compiled it, I got the error
fatal error C1083: Cannot open source file: 'E:\Program Files\Microsoft Visual Studio\MyProjects\test\testDlg.cpp': No such file or directory
It is true as well. When I checked the directory, there was no testDlg.cpp file. I don't know what happened to it since I didn't even open it.
If I load a new project, add some stuff to a dialog, and then try to compile it, sometimes my cpp files disappear. I don't understand why because I am not doing anything significant.
For example, today I created a new project, dialog based. I then added an active x control to it. Then I tried to compile the program. I named the program test. When I compiled it, I got the error
fatal error C1083: Cannot open source file: 'E:\Program Files\Microsoft Visual Studio\MyProjects\test\testDlg.cpp': No such file or directory
It is true as well. When I checked the directory, there was no testDlg.cpp file. I don't know what happened to it since I didn't even open it.