12-03-2012 04:46 PM
Hi, I'm having issues compiling my game with the vs2010 plugin.
I can't start to compile since the compiler is complaining that the TargetPath doesn't match the Linker's OutputFile. The problem seems to be that I've customized OutDir, TargetName and TargetExt, yet TargetPath is being set to the equivalent of the default values for each of those settings.
Here are truncated errors:
Static library -> TargetPath(E:\Dev\ProjectSliders\Framework\MyFrame
Game code(final link) -> TargetPath(E:\Dev\ProjectSliders\GameSliders\Slide
In the case of my game project, the Linker's OutputFile almost matches my setting of "$(OutDir)$(TargetName)$(TargetExt)", it's actually tacking on a ".exe" for $(TargetExt) even though my target extension is blank, but the TargetPath resolves to completely different values including "Device-Debug" which it seems to have pulled out of a hat.
In the case of the static library, the Linker's OutputFile seems to have tacked a "lib" to the front of the project name and again, the TargetPath values don't correlate at all to any of my settings.
Any ideas? I'll hold off moving to the VS2010 for the time being and continue to work in QDE, but I'd love to roll one more platform into visual studio.