Author Topic: Cannot build VS 2015 C++ project  (Read 2181 times)

guth

  • Senior Community Member
  • Posts: 104
  • Hero Points: 7
Cannot build VS 2015 C++ project
« on: September 15, 2017, 05:22:16 AM »
I load the sln file as Open Other Workspace -> Visual Studio .Net Solution
It loads and I can edit C++ with tagging support, but when trying to build I get the message "This operation should only take place on the UI thread."

Lee

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1299
  • Hero Points: 130
Re: Cannot build VS 2015 C++ project
« Reply #1 on: September 15, 2017, 02:23:23 PM »
I've encountered this error message before, but the only workaround I have been able to find is build the specific project/configuration one time in Visual Studio, then return to SlickEdit for subsequent builds.  That usually works, there is likely some support or configuration file that can only be generated by Visual Studio required that can't be done on the command-line.