Delete the plugin from your plugins folder and re-run it. You will be able to then run your project.
the plugin folder is either in your project plugins folder or the Engine/Plugins/ folder and should be in a folder of the same name "UE4Editor-TrivisioTest
Then re-run your project. It will tell you the module is missing and then ask you if you want to disable it on the second popup (i believe)
I do not have this plugin on my machine nor has it appeared in any search results in documentation. I too have installed 4.11 and 4.10
for support on the specific module I would contact the developer of TrivisioTest
I had a similar issue with a commandlet a while back. Found out the reason it wasn’t giving me errors but also not compiling is because the source code wasn’t in the “Source” directory. It put it in the VS default project folder. When you switch to a new version of the engine, make sure you’re copying over your source code to the new version of the engine and generating project files and do a re-build of the engine.