If you encounter this error when compiling a c++ source, then you probably moved you're project from one computer to another and you're using precompiled headers. To fix this problem, simply delete the stdafx.obj in the Release or Debug folder of your project.
EDIT:
You can also solve this problem by going to the Build Menu > Clean Solution.
Wednesday, September 9, 2009
fatal error C1093: API call 'ImportFile' failed '0x80070003' : ErrorMessage: The system cannot find the path specified.
Subscribe to:
Post Comments (Atom)
14 comments:
thank you . great advise
Excellent. Don't know how you figured it out, but kudos to you! Thanks!
Thanks, this saved me a headache!
Thanks for sharing that tip. Saved me a bunch of time.
thank you!!
thx realy help me
Awesome! I am quoting you here:http://www.abayacode.com/2010/07/importfile-failed-0x80070003/
Thanks again for sharing this.
Gracias gracias... ya no entendia q habia hecho mal...
Thanks man. Much appreciated. You possibly saved me about 3 hours. lol
And i'm another one saved by this advice! Biiiig thanks!
Build->Clean Solution
Thank u sooooooo much. Almost a day lost on this :)
Thank you so much. It was really helpful to me !
nicce ...
reaaly super... thank you..
Post a Comment