fatal error LNK1104

Hi

after installing vc++ 2008 ( express edition ) i was unable to compile sample programs.
below error is coming:

######################################################

1>------ Rebuild All started: Project: simpleMMM, Configuration: Debug Win32 ------
1>Deleting intermediate and output files for project ‘simpleMMM’, configuration ‘Debug|Win32’
2>------ Rebuild All started: Project: systemConfig, Configuration: Debug Win32 ------
2>Deleting intermediate and output files for project ‘systemConfig’, configuration ‘Debug|Win32’
2>Compiling…
1>Performing Custom Build Step
1>nvcc fatal : Visual Studio configuration file ‘(null)’ could not be found for installation at ‘C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin/…/…’
2>cl : Command line warning D9035 : option ‘Wp64’ has been deprecated and will be removed in a future release
2>main.cpp
2>d:\cuda\cuda training\programmingassignments\lab2\systemconfig\main.cpp(47) : warning C4700: uninitialized local variable ‘deviceProp’ used
1>Compiling…
2>Linking…
2>LINK : D:\Cuda\CUDA Training\ProgrammingAssignments\Lab2\…\bin\xp32\Debug\systemConfig.exe not found or not built by the last incremental link; performing full link
1>cl : Command line warning D9035 : option ‘Wp64’ has been deprecated and will be removed in a future release
1>main.cpp
2>Creating manifest…
2>Build log was saved at “file://d:\Cuda\CUDA Training\ProgrammingAssignments\Lab2\systemConfig\Debug\BuildLog.htm”
2>systemConfig - 0 error(s), 2 warning(s)
1>simpleMMM.cpp
1>Timer.cpp
1>Generating Code…
1>Linking…
1>LINK : fatal error LNK1104: cannot open file ‘.\Debug\simpleMMMCUDA.obj’
1>Build log was saved at “file://d:\Cuda\CUDA Training\ProgrammingAssignments\Lab2\simpleMMM\Debug\BuildLog.htm”
1>simpleMMM - 1 error(s), 1 warning(s)
========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ==========

I have also install the wizard provided for 64-bit machine ( XP)

is there some problem in " express edition".

Also after following the method suggested by below to configure “express edition”.

[url=“http://jenshuebel.wordpress.com/2009/02/12/visual-c-2008-express-edition-and-64-”]http://jenshuebel.wordpress.com/2009/02/12...edition-and-64-[/url] bit-targets/

platform still appear 32win but active solution platform is x64…(have i done something wrong)

Please help…
cuda_64.JPG