System Programming
--
Questions
--
Followers
Top Experts
import causing compiler error
When I choose "Build All" on a large Visual C++ project I get compiler error
c:\dev111\main\\stdafx.h(2 5) : fatal error C1083: Cannot open compiler generated file: 'c:\dev111\main\debug\msad o15.tlh': Permission denied
Line 25 if the stdafx.h file is:
#import "C:\Program Files\Common Files\System\ADO\msado15.d ll" - rename_namespace("AdoNS") rename("EOF", "EndOfFile")
If I then just choose to build the exe, all goes well. Can anyone tell me what is going on?
Thanks
c:\dev111\main\\stdafx.h(2
Line 25 if the stdafx.h file is:
#import "C:\Program Files\Common Files\System\ADO\msado15.d
If I then just choose to build the exe, all goes well. Can anyone tell me what is going on?
Thanks
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
ASKER CERTIFIED SOLUTION
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Because the *.tlh or *.tli is read-only, Maybe you get it from sourcesafe or other reason cause it read-only.
So you can delete all the *.tlh and *.tli file then rebuild.
So you can delete all the *.tlh and *.tli file then rebuild.
Thanks Glenn






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
System Programming
--
Questions
--
Followers
Top Experts
Kernel and system programming is the process of creating the software necessary for a computer or device to function and operate other programs. Some operating systems (such as Microsoft Windows) are proprietary, but others, such as the various Linux distributions, are open source.