Skip to main content

I'm having problems with the VS toolbox on two different systems.


On one machine, the toolbox comes up empty after re-opening a project.  When I create the BP project initially, the K2 toolbox components are there and usable, but after saving and re-opening, there is nothing there.  The toolbox opens with "General" tab and nothing else.  I see no way to add them back.


On the other machine, the K2 tools do not work.  I create a new BP project, then try to drag an event onto the canvas, and I get an error saying that the template is missing.  Haven't found anything on fixing this.

First problem still happening.


Second problem was because C++ was not installed on this particular VS installation.  Adding the C++ components fixed this problem.


Try deleting the .suo file (a user options file) in your VS solution folder. then the next time you open it, the toolbox should be re-populated with all the K2 stuff.

 

Simon 


you may also want to try to run


devenv /setup


from a command line. That fixed a similar issue for me


Reply