Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    R25 project tool

    Cinema 4D SDK
    c++ windows project tool r25 sdk
    3
    6
    918
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      Boony2000
      last edited by Boony2000

      Hi there!

      I am trying to complie a plugin for R25, but am getting an error about missing .hxx files.

      Error	C1083	Cannot open include file: 'simplemesh1.hxx': No such file or directory
      

      I am wondering if that is because I used the wrong project tool.
      The Maxon Developers Page[URL-REMOVED] links to the S24 project tool under the R25 headline. Is that correct or should there be a different tool linked?


      [URL-REMOVED] @maxon: This section contained a non-resolving link which has been removed.

      1 Reply Last reply Reply Quote 0
      • kbarK
        kbar
        last edited by kbar

        To help people answer this could you also let us know what version of Visual Studio or XCode you are using? Are you using the required one stated here: [URL-REMOVED]

        IE: Visual Studio 2019 Apple Xcode 11 (Intel) / Apple Xcode 12 (Intel and M1)


        [URL-REMOVED] @maxon: This section contained a non-resolving link which has been removed.

        https://www.gamelogicdesign.com
        https://www.plugins4d.com

        1 Reply Last reply Reply Quote 0
        • B
          Boony2000
          last edited by

          Yes, I installed Visual Studio 2019.

          1 Reply Last reply Reply Quote 0
          • ManuelM
            Manuel
            last edited by Manuel

            hi,

            It's a bit hard to answer, as Kent said. The S24 projectool is used to create the R25 projects, i could be wrong but i doubt that's the issue here.

            Are you trying to compile the sdk example or your own plugin?
            The sdk example should compile out of the box. (after running the project tool)

            Cheers,
            Manuel

            MAXON SDK Specialist

            MAXON Registered Developer

            1 Reply Last reply Reply Quote 0
            • B
              Boony2000
              last edited by

              I ran everything again, and the examples as well as my own plugin built correctly now. I guess there were still some files missing, that showed up now.
              Thanks everyone!

              1 Reply Last reply Reply Quote 0
              • ManuelM
                Manuel
                last edited by

                hxx files are created by the preprocesssor when you compile.They are created in the Generate subfolder of each project.
                Frameworks should work out of the box (even if sometimes, we have some bugs_

                Cheers,
                manuel

                MAXON SDK Specialist

                MAXON Registered Developer

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post