fdefelici / vs-funreal

Visual Studio extension to smooth the workflow of Unreal Engine C++ developers
MIT License
27 stars 7 forks source link

Unable to create Unreal Interface #6

Closed ZeroComfort closed 1 year ago

ZeroComfort commented 1 year ago

Upon trying to create and add a new Unreal Interface through FUnreal I get presented with the following error message:

image

[ERRO] Template not found for (sources, 5, tpl_class_unrealinterface)

Visual Studio 2022 (17.4.3) Unreal Engine 5.0 FUnreal 0.0.5

create-issue-branch[bot] commented 1 year ago

Branch issue-6-Unable_to_create_Unreal_Interface created!

fdefelici commented 1 year ago

Hi @ZeroComfort, thanks for reporting the issue.

FUnreal v0.0.7 has been published and should resolve the problem.

ZeroComfort commented 1 year ago

I can confirm it has been fixed. Thanks for the quick response!