If you just select 'Build' when compiling updated source code, the external links within the obj files may still point to old, and now invalid, entry points. 
 
Sometimes, there are new files added to the project that require cmake to be re-run as well..otherwise, your old solution will not know where to find 
these new files..or that they even exist... 
 
Try 'clean solution,' then 'build solution' or use 'rebuild solution' to force a complete compile (the former is preferred.) 
 
 
If all else fails, you can always try to delete your 'build' directory and re-run cmake to ensure that all of the old references are gone. 
		
	
		
		
		
		
		
		
			
				__________________ 
				Uleat of Bertoxxulous 
 
Compilin' Dirty
			 
		
		
		
		
		
		
	
		
		
	
	
	 |