Vista & Visual Studio 2005 SP1 build issues
The problem im about to describe occours with both the normal "Visual Studio 2005 SP1" and the new "Visual Studio beta Vista SP1 patch".
EAC is enabled and Visual Studio is being run as Administrator.
When building my C/C++ project i get the following errors:
[code]
4> Rebuild All started: Project: transition-fade_cont_bri, Configuration: Debug Win32
4>Deleting intermediate and output files for project 'transition-fade_cont_bri', configuration 'Debug|Win32'
4>transition-fade_cont_bri : error PRJ0008 : Could not delete file 'd:\.....\source\build\debug_int\RSP0001052708772.rsp'.
4>Make sure that the file is not open by another process and is not write-protected.
4>transition-fade_cont_bri - 1 error(s), 0 warning(s)
5> Rebuild All started: Project: transition-fade_cont, Configuration: Debug Win32
5>Deleting intermediate and output files for project 'transition-fade_cont' configuration 'Debug|Win32'
5>transition-fade_cont : error PRJ0008 : Could not delete file 'd:\.....\source\build\debug_int\RSP0001052708772.rsp'.
5>Make sure that the file is not open by another process and is not write-protected.
5>transition-fade_cont - 1 error(s), 0 warning(s)
6> Rebuild All started: Project: transition-wipe_right, Configuration: Debug Win32
6>Deleting intermediate and output files for project 'transition-wipe_right', configuration 'Debug|Win32'
6>transition-wipe_right : error PRJ0008 : Could not delete file 'd:\.....\source\build\debug_int\RSP0001052708772.rsp'.
6>Make sure that the file is not open by another process and is not write-protected.
6>transition-wipe_right - 1 error(s), 0 warning(s)
2>Microsoft Browse Information Maintenance Utility Version 8.00.50727
2>Copyright (C) Microsoft Corporation. All rights reserved.
2>Could not delete temporary file. Make sure that you do not have it open and that the file is not protected.
2>
2>Could not delete temporary file. Make sure that you do not have it open and that the file is not protected.
2>
2>Could not delete temporary file. Make sure that you do not have it open and that the file is not protected.
2>Build log was saved at "file://D:\........\source\build\debug_int\BuildLog.htm"
2>data-wmi - 0 error(s), 1 warning(s)
[/code]
What needs to be done to fix this?

