CoppeliaRobotics / simOMPL

OMPL (Open Motion Planning Library) plugin for CoppeliaSim
Other
16 stars 4 forks source link

MSBUILD : error MSB1009: Project file does not exist. Switch: VCTargetsPath.vcxproj #7

Closed BurhanMohayeddin closed 3 years ago

BurhanMohayeddin commented 5 years ago

Hi, I want to install OMPL plugin for vrep. Based on guidelines I have successfully done these lines of codes: $ git clone --recursive https://github.com/CoppeliaRobotics/v_repExtOMPL.git $ cd v_repExtOMPL However, when I run this line: $ cmake . It gave me that error. I have attached the log file and the screenshot of the error. Please, can you help me? Thank you very much. By the way, I use VS2017(Version 15.9). CMakeOutput.log Capture

aidyk commented 5 years ago

A related question can be found here: link to stackoverflow If you have the MSBuild.exe in the right location, try dedicated prompts e.g., Visual Studio Command Prompt for running cmake.