Packaging for Win32 failed with AdvancedSession plugin

I´m trying to package within AdvancedSession Plugin to run on Steam.

But it works only on win 64, but doesn´t package on win32.

I could post the log, but some of the error is in portuguese, but the problem is that is missing this “mspdbcore.dll” file.

I´ve tried to find on internet, but didn´t find.

What i need to do?

I´ve figured out for myself, the latest version 4.19.2, isn´t working for packaging to win32, only to win64 is working fine.

same issue here, nobody answer.
i think i don’t need to support win32 but i’d like to maintain that version also.

I can assume that they actually don´t know the properly answer for this issue.

I got this fixed thanks to HeavyBullets, hopefully it’ll work for you too:

  • Open the Visual studio Installer
  • Modify
  • Individual components
  • Install VC++ 2015.3 v14.00 (v140) toolset for desktop

The problem started when I updated to VS2017 v15.7.5, so it’s something do do with that.

it’s fixed after 4.20.
thank you