Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how can i do with this bug?

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
--------------------Configuration: Fig06_01 - Win32 Debug--------------------
Compiling...
Fig06_01.cpp
h:\fig06_01.cpp(5) : fatal error C1083: Cannot open precompiled header file: 'Debug/Fig06_01.pch': Permission denied
Error executing cl.exe.

Fig06_01.exe - 1 error(s), 0 warning(s)
 
Go to the "Debug folder",erase all the files in there.
Then,try to recompile again.That could maybe solve the problem.

I hope that this will help !
 
Hi,

This error can occur if the file, subdirectory, or disk on which it resides is read-only. In this case, make the file writable or move the file to a writable disk

This error may be caused by not having enough file handles. Close some open applications and recompile

Trying to open a file or directory for which you do not have permission can cause this error. Move the file to a directory where you do have access privileges, or ask your network administrator to grant you access to the file.

If an include file could not be opened, check that the INCLUDE environment variable is set correctly and that the name of the file is spelled correctly.

I think you should get your problem solved by using any of the above solutions, you have to check the above conditions.

Regards
Sun
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top