CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Dec 2010
    Posts
    907

    Cannot find the property settings file?

    Here the max sdk plugin is looking at X:\projects
    rather than x:\program files (x86)\autodesk\maxsdk

    Inside the autodesk folder, there is a projectsettings\propertysheets subfolder
    where the plugin is looking for.
    Now an error pops up saying it needs
    X:\projects\projectsettings\propertysheets\....
    How can I fix that?

    <Import Project="..\..\..\..\ProjectSettings\PropertySheets\3dsmax.general.project.settings.props" />

    I find it hardcoded
    How do I set where visual studio to search the correct property setting files automatically?
    Thanks
    Jack
    Last edited by lucky6969b; August 1st, 2013 at 12:22 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured