You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after figuring out the fact that the CypressRobotics.CAN project required a separate download from github and the sources had to be manually copied into the correct folder, I tried to build and got the following error:
Build started at 12:13 PM...
1>------ Build started: Project: CandleLightNet, Configuration: Release Win32 ------
1>AssemblyInfo.cpp
1>C:\Users\galabda\Downloads\CandleLightNet-master\CandleLightNet-master\src\AssemblyInfo.cpp(24,1): error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "pch.h"' to your source?
1>CandleDevice.cpp
1>C:\Users\galabda\Downloads\CandleLightNet-master\CandleLightNet-master\src\CandleDevice.cpp(93,1): error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "pch.h"' to your source?
1>CandleRuntime.cpp
1>C:\Users\galabda\Downloads\CandleLightNet-master\CandleLightNet-master\src\CandleRuntime.cpp(39,1): error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "pch.h"' to your source?
1>Generating Code...
1>Done building project "CandleLightNet.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========
========== Build completed at 12:13 PM and took 01.446 seconds ==========
The text was updated successfully, but these errors were encountered:
after figuring out the fact that the CypressRobotics.CAN project required a separate download from github and the sources had to be manually copied into the correct folder, I tried to build and got the following error:
Build started at 12:13 PM...
1>------ Build started: Project: CandleLightNet, Configuration: Release Win32 ------
1>AssemblyInfo.cpp
1>C:\Users\galabda\Downloads\CandleLightNet-master\CandleLightNet-master\src\AssemblyInfo.cpp(24,1): error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "pch.h"' to your source?
1>CandleDevice.cpp
1>C:\Users\galabda\Downloads\CandleLightNet-master\CandleLightNet-master\src\CandleDevice.cpp(93,1): error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "pch.h"' to your source?
1>CandleRuntime.cpp
1>C:\Users\galabda\Downloads\CandleLightNet-master\CandleLightNet-master\src\CandleRuntime.cpp(39,1): error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "pch.h"' to your source?
1>Generating Code...
1>Done building project "CandleLightNet.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========
========== Build completed at 12:13 PM and took 01.446 seconds ==========
The text was updated successfully, but these errors were encountered: