CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  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.

  2. #2
    Join Date
    Dec 2010
    Posts
    907

    Re: Cannot find the property settings file?

    How can I change the configurations of the wizards?

    <import project=
    <<UserProperties UicDir=".\GeneratedFiles" MocDir=".\GeneratedFiles\$(ConfigurationName)" MocOptions="" RccDir=".\GeneratedFiles" lupdateOnBuild="0" lupdateOptions="" lreleaseOptions="" />

    I want to have my preferred values when they are created

    I want to apply local settings globally
    Last edited by lucky6969b; August 1st, 2013 at 03:50 AM.

  3. #3
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Cannot find the property settings file?

    What type of Visual Studio project are you working in?

  4. #4
    Join Date
    Dec 2010
    Posts
    907

    Re: Cannot find the property settings file?

    Hi ARjay.
    3ds max plugin

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