

In this example we will be creating a custom waypoint for Galkara the assassin. The first thing your going to want to do is lookup the NPC you want to create a waypoint for.

I searched for some documentation on this and didn't find anything great, so I figured someone could find this useful. But none of these routes led to success.In this tutorial I will show you how to create custom waypoints for specific NPC's so you can do something such as have an NPC walking back and forth. Somewhere I read that the STL and the project should be on the same drive and putting them onto the same should solve the problem. I thought, it could maybe have something to do with precompiled headers. IntelliSense wouldn't display their members which is odd. I know, this is a stupid "solution", but in my case, only a fresh Visual Studio (2019) installation had an effect.Īs already mentioned, in my case, only STL classes were affected. So, my guess is that there might be also something wrong with Visual Studio itself (maybe something in the cache directory or in general something on your PC which is not directly related to a specific solution) which can be solved by a clean and complete re-installation of Visual Studio. I then installed Visual Studio 2019 PREVIEW and all of a sudden, IntelliSense displays me the members of STL-classes again (which it doesn't with Visual Studio 2017).


TL DR: Perform a clean re-install of Visual StudioĪfter wasting several hours, I still couldn't fix it for Visual Studio 2017. Then, right-click on References > Add Reference, select "Microsoft.CSharp" from the list and click OK In Solution Explorer, expand the project, expand "References", right-click on "Microsoft.CSharp" and Remove. Option 6: Remove and add Microsoft.CSharp reference ( option)Īs mentioned, try removing and adding the reference to "Microsoft.CSharp" from the projects that have problems. In Solution Explorer, right-click on project, Reload Project. In Solution Explorer, right-click on project, Unload Project. Option 5: Unload and Reload Project ( option)Īs mentioned, try unloading the project that causes problems: For Visual Studio 2015, the file is located in: suo file ( option)Īs mentioned, deleting the. In menu, Tools > Options > ReSharper > General > Suspend / Restore Option 4: Delete the. In menu, ReSharper > Options > Environment > General > Clear Caches If you have ReSharper, try emptying the ReSharper cache: Option 3: Clear ReSharper cache ( option) Option 2: Clean, Close, Restart and Build ( option)Īs mentioned, try the following sequence of operations: Upvote the OP of the answer if it helped you: Option 1: Clean, Build and Refresh ( Fuchs option)Īs Fuchs mentioned, try the following operations:Īnd select the project in question, and click on the refresh button:
