Closed roxk closed 1 year ago
Describe the bug Support A.idl depends on B.idl, clicking generate header file for A would cause cppwinrt to complain in build log B is not found.
A.idl
B.idl
A
B
To Reproduce Steps to reproduce the behavior:
idl
import "B.idl"
Expected behavior Header file for A.idl can be generated
Screenshots N/A
Additional context N/A
Confirm this has been fixed.
Describe the bug Support
A.idl
depends onB.idl
, clicking generate header file forA
would cause cppwinrt to complain in build logB
is not found.To Reproduce Steps to reproduce the behavior:
idl
fileA.idl
idl
fileB.idl
import "B.idl"
inA.idl
A.idl
Expected behavior Header file for
A.idl
can be generatedScreenshots N/A
Additional context N/A