aws-samples / amazon-polly-metahumans

This Unreal Engine sample project demonstrates how to bring Epic Games' MetaHuman digital characters to life using the Amazon Polly text-to-speech service from AWS. Use this project as a starting point for creating your own Unreal Engine applications that leverage Amazon Polly to give voice to your MetaHumans.
MIT No Attribution
178 stars 67 forks source link

Trouble running AmazonPollyMetaHuman, Missing aws-c-auth.dll file #30

Open kcs9303 opened 1 year ago

kcs9303 commented 1 year ago

Hello, I downloaded the AmazonPollyMetaHuman project and followed the instructions, but a problem occurred.

I compiled it by running BuildAwsSdkWin64.bat, but the project still does not open.

image

image

I tried several times, but the file named |bin|aws-c-auth.dll does not exist. What should I do?

Krxtopher commented 1 year ago

Try the solution I posted here.

kcs9303 commented 1 year ago

@Krxtopher Re-downloading visual studio 2019 and using Unicode UTF-8 solved it. thank you