Hello i am a newbie who has recently switched to visual C++. i made a simple database viewer application using MFC (exe) but i have a problem. After saving the work and re-opening the project, execute does not work:
1 error
--------------------Configuration: DbaseManip2 - Win32 Debug--------------------
Compiling resources...
Compiling...
StdAfx.cpp
z:\dbasemanip2\stdafx.cpp(5) : fatal error C1085: Cannot write precompiled header file: 'Debug/DbaseManip2.pch': There is not enough space on the disk.
Error executing cl.exe.



DbaseManip2.exe - 1 error(s), 0 warning(s)




It does not matter whether i copy the program to the C-drive which has 7 GB free. My RAM is 128 MB. During design such issues never arose!

What can be the problem?