fatal error C1083: Cannot open source file: abc.cpp: No such file or directory
-
fatal error C1083: Cannot open source file: abc.cpp: No such file or directory fatal error C1083: Cannot open source file: abc.cpp: No such file or directory But this file is included before and then deleted from the projected and #include "abc.cpp" is also deleted I did clean Rebuild, but stil the same problme exist. Pls advice
-
fatal error C1083: Cannot open source file: abc.cpp: No such file or directory fatal error C1083: Cannot open source file: abc.cpp: No such file or directory But this file is included before and then deleted from the projected and #include "abc.cpp" is also deleted I did clean Rebuild, but stil the same problme exist. Pls advice
-
fatal error C1083: Cannot open source file: abc.cpp: No such file or directory fatal error C1083: Cannot open source file: abc.cpp: No such file or directory But this file is included before and then deleted from the projected and #include "abc.cpp" is also deleted I did clean Rebuild, but stil the same problme exist. Pls advice
ptr_Electron wrote:
But this file is included before and then deleted from the projected and #include "abc.cpp" is also deleted
what ??? :confused:
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
Did you do a find for "abc.cpp" in the whole project?. May be you would be referencing the "abc.cpp" through some other header files... Regards, Rane
Yes yes I did, the included is cleaned from the whole project, even the word is not avaliable in the who project..
-
fatal error C1083: Cannot open source file: abc.cpp: No such file or directory fatal error C1083: Cannot open source file: abc.cpp: No such file or directory But this file is included before and then deleted from the projected and #include "abc.cpp" is also deleted I did clean Rebuild, but stil the same problme exist. Pls advice
Are you sure you have this file? and "#include "abc.cpp" is also deleted":confused:
-
Are you sure you have this file? and "#include "abc.cpp" is also deleted":confused:
Yes, how can I slove this, pls advice
-
fatal error C1083: Cannot open source file: abc.cpp: No such file or directory fatal error C1083: Cannot open source file: abc.cpp: No such file or directory But this file is included before and then deleted from the projected and #include "abc.cpp" is also deleted I did clean Rebuild, but stil the same problme exist. Pls advice
Maybe the
abc.cpp
is still in the solution explorer? In the solution explorer, open your project, open "Source", markabc.cpp
and hit the "del"-key. Do the same under "Headers".Let's think the unthinkable, let's do the undoable, let's prepare to grapple with the ineffable itself, and see if we may not eff it after all.
Douglas Adams, "Dirk Gently's Holistic Detective Agency" -
Maybe the
abc.cpp
is still in the solution explorer? In the solution explorer, open your project, open "Source", markabc.cpp
and hit the "del"-key. Do the same under "Headers".Let's think the unthinkable, let's do the undoable, let's prepare to grapple with the ineffable itself, and see if we may not eff it after all.
Douglas Adams, "Dirk Gently's Holistic Detective Agency"Yes, yes I did that also, no abc.h and abc.cpp is not displayed in the work space
-
fatal error C1083: Cannot open source file: abc.cpp: No such file or directory fatal error C1083: Cannot open source file: abc.cpp: No such file or directory But this file is included before and then deleted from the projected and #include "abc.cpp" is also deleted I did clean Rebuild, but stil the same problme exist. Pls advice
how come? right click on error list then choose go to location, this should bring you to the error location... couldn't be like that... a bit strange...