I&#39;m having a problem with Visual Studio 2005.<br><br>When I create a custom command that creates an object file, if I don&#39;t add that object file to the source lists, then VS crashes when I close the solution.<br><br>

If I do add the object files, then VS starts to forget my object files on the link line (restarting VS helps it remember them again).<br><br>I&#39;ve discovered though some experimentation that if I modify the VS project to use a relative path for the output file name (C:\code\build\src\$(OutDir)\generated.obj becomes $(OutDir)\generated.obj), then VS doesn&#39;t crash and VS doesn&#39;t forget my objects.  <br>

<br>I&#39;m wondering if other people have used CMAKE_CFG_INTDIR with add_custom_command and objects and have seen similar problems.<br><br>I&#39;m using CMake 2.6.4, VS 2005 SP 1, XP 64.<br><br>Thanks,<br>James<br>