I keep getting the following error trying to use CenterWindowAsync:
error CS1061: 'XboxGameBarWidget' does not contain a definition for 'CenterWindowAsync' and no accessible extension method 'CenterWindowAsync' accepting a first argument of type 'XboxGameBarWidget' could be found (are you missing a using directive or an assembly reference?)
I keep getting the following error trying to use CenterWindowAsync:
error CS1061: 'XboxGameBarWidget' does not contain a definition for 'CenterWindowAsync' and no accessible extension method 'CenterWindowAsync' accepting a first argument of type 'XboxGameBarWidget' could be found (are you missing a using directive or an assembly reference?)
However in a C++ project it works just fine?