Build Error - fatal error C1083
-
I receive the following error when doing the build: Cannot open include file: 'Resource.h': No such file or directory The resource.h file is physically located within the proper directory with the other source files. This just started happening. I was able to build with no problems prioor to this message. This is VC++ 6.0 Thanks
John P.
-
I receive the following error when doing the build: Cannot open include file: 'Resource.h': No such file or directory The resource.h file is physically located within the proper directory with the other source files. This just started happening. I was able to build with no problems prioor to this message. This is VC++ 6.0 Thanks
John P.
You've probably changed your include path, either in the project settings, in the environment settings, or by changing to a different project configuration that wasn't updated when a change was made previously. The paths in the 'include path' option in project settings are relative to the location of the project file.
Stability. What an interesting concept. -- Chris Maunder
-
I receive the following error when doing the build: Cannot open include file: 'Resource.h': No such file or directory The resource.h file is physically located within the proper directory with the other source files. This just started happening. I was able to build with no problems prioor to this message. This is VC++ 6.0 Thanks
John P.
-
You've probably changed your include path, either in the project settings, in the environment settings, or by changing to a different project configuration that wasn't updated when a change was made previously. The paths in the 'include path' option in project settings are relative to the location of the project file.
Stability. What an interesting concept. -- Chris Maunder
Thank you for that info!
John P.
-
whether the Resource file is included in Project.:wtf:
VIBIN "Fool's run away,where angle's fear to tread"
I tried to "re-include" it, and it tells me that it's already there. Doesn't make logical sense to me.
John P.
-
I tried to "re-include" it, and it tells me that it's already there. Doesn't make logical sense to me.
John P.
Try this. 1)Take a copy of ur project.. 2)In that copy u delete the resourc file from the project. Not from the folder. 3)Now include the resource file again.(Project - add to project - Files ) Check out whether the above is working...:)
VIBIN "Fool's run away,where angle's fear to tread"
-
Try this. 1)Take a copy of ur project.. 2)In that copy u delete the resourc file from the project. Not from the folder. 3)Now include the resource file again.(Project - add to project - Files ) Check out whether the above is working...:)
VIBIN "Fool's run away,where angle's fear to tread"
Thanks. I'll give that a try.
John P.