Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello
During adding control to project i receive following Error "error writing source files e.g.(split.h, split.cpp) for new class."

appreciate you in advance

I have a SDI project in VC++ 6 and and i will face with this problem when try to add each one of registered component to my project from "add to project menu".
system try to read related .cpp .h files from c:\Windows\system32 and could not to write files to my project on drive "E".
Posted
Updated 7-Feb-13 23:54pm
v2
Comments
Richard MacCutchan 8-Feb-13 5:35am    
What? How can we begin to guess what is happening here. You need to look at what you are doing and where the system is trying to write these files.
forouz 8-Feb-13 5:51am    
I have a SDI project in VC++ 6 and and i will face with this problem when try to add each one of registered component to my project from "add to project menu".
system try to read related .cpp .h files from c:\Windows\system32 and could not to write files to my project on drive "E".
Richard MacCutchan 8-Feb-13 6:35am    
Sorry, but there is no way we can guess what is happening on your system or why it cannot write to that drive. You need to get with your debugger and do some diagnosis of your program.
Jibesh 8-Feb-13 19:07pm    
Check whether your project file and all other files are read only - false.

1 solution

error routed from my virus scanner, and after deavtivating solved my prolem.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900