Costomized VS2017 extension causes editor icons disappear
I have created an extension by this [https://docs.microsoft.com/en-us/visualstudio/extensibility/extensibility-hello-world]. It worked well in experimental instance, but not after installing the VSIX. The toolbar icons all disappear. Even after unistalling
the extension, the icons are still missed.
I have tried my best to solve this problem but got nothing.
The souce code is here[https://github.com/ArcEcho/UE4ProjectHelper].
Any help is appreciated!