File is opened by another project

Hello everyone,

Lately I have been having an issue while adding code to my project from the editor, I add the class, Visual Studio gives me a warning about reloading the project that I accept, then I notice weird things happening on VS, like when I try to check for a reference or create the implementation from the header using IntelliSense or Visual AssistX it gives me a warning dialogue: “File is opened by another project”, I add some code that is not seen on my editor and stuff like that. So for now every single time I add a class from the editor I have to delete my .vs, Binaries, Intermediate, Saved and the solution and generate the project files again.

Can someone tell me how to fix this annoying issue?, thanks for you time.
I have Visual Studio 2017 community and I’m using Unreal V4.15.1

Found a way to solve the issue, I right click on my project in Visual Studio and select “unload”, then click again and select “reload”, this will make visual assist to parse my project and everything goes back to normal, I’m not sure if this is a Visual Assist bug or it’s Visual Studio messing it up.