Visual Studio 2022 does support UTF-8 encoded resource files now (as referred to in @sigy's comment in the accepted answer).
#pragma code_page(65001)
appears before the encoded textIf you add the pragma to the top of the file and it's still not working, check that there isn't another one lower down that's overriding it.