Announcement

Collapse
No announcement yet.

Missing symbols in 2020 SDK

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Missing symbols in 2020 SDK

    I've downloaded the 2020 SDK from today's release and tried building my 2020 plugin with it.

    I've included every single lib bundled with the SDK and still get these unresolved external symbol errors (attached)

    Seems like a lib was forgotten in the bundle?

  • #2
    Hello,

    Sorry for the delayed reply. What version of MSVS are you using ?

    Best regards,
    Yavor
    Yavor Rubenov
    V-Ray for 3ds Max developer

    Comment


    • #3
      Hi Yavor,

      I actually just solved the problem right now, after a lot of digging. My .vcxproj was accidentally including MaxSDK property sheets from the 2017 SDK, which were causing MSBuild to compile with an older platform toolset, and ignoring my project settings (set to v141 in VS2017).

      I changed it to the correct propertySheets and no longer get the compiler errors.

      Comment


      • #4
        That's good to know - we've never really used the MaxSDK property sheets so I didn't know..
        Yavor Rubenov
        V-Ray for 3ds Max developer

        Comment

        Working...
        X