""C:\Program Files (x86)\Microsoft Xbox 360 SDK\Source\Samples\Common\AtgFramework2008.vcxproj" could not be found." ive not seen an xbox SDK with such file anyone have any idea on what SDK may have said file?
I have march 2010 installed just to use with VS2008. I have the following files in that folder. AtgFramework2008.vcproj AtgFrameworkWin322008.vcproj I'm not sure what the "x" in the extension would be aside of something x360 specific. Compiling various samples that use Atg does not seem change anything or add another project file with that extension. Not sure unless maybe it is from an earlier SDK than mine that still used vs2008. what are you building that is throwing this error? (I understand if you wish to not say, or feel free to PM me)
*.vcxproj is Visual Studio 2010 and above. *.vcproj is Visual Studio 2008 and below. From Build System Changes. So, if at some time you compiled this project using VS2010 or later, the new format vcxproj file should be generated from the old vcproj file. Compile with VS2008 not a later version as they require the *.vcxproj project file(s).