Need help with an SDK issue

Discussion in 'Xbox 360 Development' started by TheNew, Jan 23, 2018.

  1. TheNew

    TheNew Finally leaving it behind

    Joined:
    Jun 27, 2010
    Messages:
    427
    Likes Received:
    124
    ""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?
     
  2. begallegal1

    begallegal1 Spirited Member

    Joined:
    Nov 12, 2015
    Messages:
    110
    Likes Received:
    110
    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. :confused:

    what are you building that is throwing this error? (I understand if you wish to not say, or feel free to PM me)
     
    TheNew likes this.
  3. KaosEngineer

    KaosEngineer Robust Member

    Joined:
    Jun 7, 2016
    Messages:
    224
    Likes Received:
    97
    *.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).
     
    Last edited: Jan 26, 2018
    begallegal1 and TheNew like this.
  4. TheNew

    TheNew Finally leaving it behind

    Joined:
    Jun 27, 2010
    Messages:
    427
    Likes Received:
    124

    PM'ed
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page